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
Note This only applies if we start using Babel to automatically add polyfills to our components
What
Track which polyfills our modules need and how weighty they are after Babel adds them to our code when bundling our components.
Why
Currently, our polyfills are vendored in the package we ship. This means we're able to track their impact when looking at what's brought in when importing our modules. If we move to Babel to automatically import polyfills, we'll need to make sure we still keep track of the impact of our polyfills.
This may be through running rollup-plugin-visualizer alongside our build so it picks up Babel's transformations, adding the same transformations to the stats collection or another mean. ↩
The text was updated successfully, but these errors were encountered:
Part of #3279
What
Track which polyfills our modules need and how weighty they are after Babel adds them to our code when bundling our components.
Why
Currently, our polyfills are vendored in the package we ship. This means we're able to track their impact when looking at what's brought in when importing our modules. If we move to Babel to automatically import polyfills, we'll need to make sure we still keep track of the impact of our polyfills.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
Footnotes
This may be through running
rollup-plugin-visualizer
alongside our build so it picks up Babel's transformations, adding the same transformations to the stats collection or another mean. ↩The text was updated successfully, but these errors were encountered: