You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should go back and simplify the compileJavaScript function in tasks/scripts.mjs as part of this work – see #3386 (comment) for details
☝️ Regarding this bit above we sadly couldn't use { preserveModules } whilst we still build UMD bundles, presumably due to the way it uses a factory function to add window globals etc
It'll become dead code once we ship ESM-only (or alongside CommonJS for compatibility) so can be removed later
What
Upgrade Rollup and any other related dependencies to the latest version(s).
Why
We previously pinned Rollup to maintain support for IE8. As we're dropping support for IE8, we can unpin the dependency and use the latest version.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
The text was updated successfully, but these errors were encountered: