qnm icon indicating copy to clipboard operation
qnm copied to clipboard

Show which modules support ES modules

Open ronami opened this issue 8 years ago • 0 comments

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 for sideEffects.

See https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free and https://webpack.js.org/configuration/resolve/#resolve-mainfields.

ronami avatar Mar 26 '18 14:03 ronami