Follow these examples to make your Webpack builds faster 🚀 and files smaller 🐜
- code-splitting
- dedupeplugin
- define-plugin
- dll-bundles
- externals
- happypack
- no-parse
- parallel-webpack
- prefetch-plugin
- tree-shaking
- uglifyjs
- webpack2.0
- checkout this repository
git clone https://github.com/FrendEr/webpack-optimize-example.git
- install dependencies
cd ./exmaple && npm install
- run build
npm run build
MIT