Описание тега webpack-2
Version 2 of the Webpack bundler. Webpack takes modules with dependencies and generates static assets representing those modules.
About
Released in February 2016. Migrating instructions can be found in the [documentation][1].
New Features
- Tree Shaking (removal of unused code)
- Expanded flexibility and configuration for loaders
- Performance Budgets (highlight bundles that exceed 250kb in size)