12 webpack 打包库和组件、 优化构建时候的日志显示 stats和friendly-errors-webpack-plugin
打包库和组件
实例:大整数加法
要求:打包压缩版和非压缩版
需要安装插件
以及在头部引入
stats:
使用时候只需要在开发环境和生产环境的webpack.dev.js和webpack.prod.js中添加stats配置即可如:stats: 'errors-only'
友好的错误提示插件friendly-errors-webpack-plugin
安装:
npm i friendly-errors-webpack-plugin -D
配置:
浪波激泥