# 常用插件plugin
- terser-webpack-plugin
note: fork from ugluglify-es for parser and mangler/compressor toolkit for ES6+
- HappyPack
HappyPack makes initial webpack builds faster by transforming files in parallel.
- html-webpack-plugin
Plugin that simplifies creation of HTML files to serve your bundles
- mini-css-extract-plugin
This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.
# 常用loader
babel-loader
file-loader
style-loader
css-loader
sass-loader
postcss-loader
eslint-loader