Webpack优化构建速度

Webpack优化构建速度

1. 使用高版本的 Webpack 和 Node.js 2. 压缩代码 1). 通过 uglifyjs-webpack-plugin 压缩JS代码 2). 通过 mini-css-extract-plugin 提取
html-css250