Use this tag for questions specific to features in Webpack 2. When using this tag, also include the more generic [webpack] tag where possible.
Use this tag for questions specific to features in Webpack 2. For general Webpack questions, the correct tag is webpack.
Webpack 2
Released in February 2016. Migrating instructions can be found in the documentation.
New Features
- Tree Shaking (removal of unused code)
- Expanded flexibility and configuration for loaders
- Performance Budgets (highlight bundles that exceed 250kb in size)