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
Webpack and other bundlers support a module option for ES modules for tree shaking. It would be nice to see which modules have support for it. Maybe even show which modules have support for sideEffects.
Hey 👋,
Webpack and other bundlers support a
module
option for ES modules for tree shaking. It would be nice to see which modules have support for it. Maybe even show which modules have support forsideEffects
.See https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free and https://webpack.js.org/configuration/resolve/#resolve-mainfields.
The text was updated successfully, but these errors were encountered: