Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.| chrisbateman.github.io
One of the breaking changes in webpack 4 is the behavior of import() when importing non-ESM (i. e. CommonJS modules).| Medium
Can multiple entry points be used without duplicating modules?| tooling.report
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack