Alf Eaton
c24ace801b
Remove Angular ( #17534 )
...
GitOrigin-RevId: 7a0d45e17d9905fa75569e2d19ca59caa4a41565
2024-06-06 08:04:09 +00:00
Alf Eaton
19ba6c6a15
Use more native code instead of Babel polyfills, for performance ( #16966 )
...
GitOrigin-RevId: c0f3e611f32a7ed3d691ec8cf1b9a1d7ea4fd97c
2024-02-12 09:03:13 +00:00
Alf Eaton
7ad5cb8f8b
Exclude Babel's objectSpread
and _defineProperty
polyfills ( #16449 )
...
* Exclude `@babel/plugin-transform-object-rest-spread`
* Exclude `@babel/plugin-transform-computed-properties`
GitOrigin-RevId: 353a830a6c610e2f834e1b5cdd334d3f5ce69b55
2024-01-15 09:04:12 +00:00
Alf Eaton
82499334a1
Exclude core-js es.array.push
polyfill ( #16091 )
...
GitOrigin-RevId: 65510e7d54c0f5165dce7605d67d352b8974eadf
2023-12-11 09:03:03 +00:00
Alf Eaton
4b968017a0
Upgrade core-js to v3.30 ( #13246 )
...
GitOrigin-RevId: cfff35c53e4acdf712b311e0aa3bf674534b3131
2023-07-17 10:29:03 +00:00
Alf Eaton
edbe12b86f
Fix .cjs importing via webpack/babel ( #11090 )
...
GitOrigin-RevId: 62f17069a3e0fd338269fe772a51870222c2877a
2023-01-10 09:04:45 +00:00
Alf Eaton
f00bdeb3f1
Merge pull request #8014 from overleaf/ae-babel-test-env
...
Remove test environment from Babel config
GitOrigin-RevId: c812e534e82e57bfdf759b04b9753565a7781ea2
2022-05-20 08:04:03 +00:00
Alf Eaton
d0d78b7c48
Merge pull request #8004 from overleaf/ae-babel-preset-order
...
Fix the order of Babel presets
GitOrigin-RevId: a4d94a2f1a567b9073bf945c90fc8bf01b2058ec
2022-05-20 08:03:57 +00:00
Alf Eaton
69a2283984
Upgrade to webpack v5 ( #7249 )
...
GitOrigin-RevId: 69dc5f9aad3e045cc6904e3663e9965094eced76
2022-04-07 08:03:46 +00:00
Alf Eaton
ac0e9d06c3
[web] Configure Babel + ESLint to handle TypeScript files ( #5993 )
...
GitOrigin-RevId: e8474274e60e5e0dcefa7263616fbaf04a9f3930
2022-03-16 09:03:07 +00:00
Miguel Serrano
56d826f255
Force Promise.allSettled
polyfill ( #6192 )
...
* Force `Promise.allSettled` polyfill
`Promise.allSettled` is required by `pdf.js`, but the polyfill is not available in the bundle. This forces babel to include the polyfill without having to process `pdf.js` with webpack/babel, which causes issues loading documents.
* Updated core.js version for test config
GitOrigin-RevId: 981da187352ffc8c59cb77ba55a0a9643bd7cc9a
2022-01-12 09:04:06 +00:00
Timothée Alby
655c65f873
Merge pull request #6126 from overleaf/msm-update-corejs
...
Updated corejs version in @babel/env
GitOrigin-RevId: 2b5958e052622a4621e4312c3dbdd845cb53875a
2021-12-15 09:05:06 +00:00
Alf Eaton
7c97f8ab6e
Switch to new JSX runtime ( #4225 )
...
* Use new JSX runtime and update Babel Node target
* Update .eslintrc
* Remove React imports
GitOrigin-RevId: 559de0267f8f2934c56a860ea8701bb522aa861a
2021-06-24 02:06:59 +00:00
Alf Eaton
3144aac53f
Merge pull request #3575 from overleaf/ae-transpile-o-error
...
Add @overleaf/o-error to modules transpiled via babel-loader
GitOrigin-RevId: 9a04564ff0d3fea7cd13290aab4d7f0fa20cbc35
2021-01-19 03:04:51 +00:00