Webpack优化构建速度1. 使用高版本的 Webpack 和 Node.js 2. 压缩代码 1). 通过 uglifyjs-webpack-plugin 压缩JS代码 2). 通过 mini-css-extract-plugin 提取2023-02-21html-css250