learn-webpack
学习webpack
环境
node 8.9.1
npm 5.7.1
webpack 4
script
开发模式 - npm run dev
打包 - npm run build
运行打包后的文件 - npm run server
实现
- 多入口 html - 配置入口
config/entry.json
- base64 处理limit限制以下的图片
- css预处理
- dev模式下热重载
- babel-loader 转es5
- image-webpack-loader 压缩图片
- SplitChunksPlugin 提取公共js
- postcss-loader 自动增加css3前缀
- html-withimg-loader 增加html识别图片路径
- 分类css img js 到不同的文件夹中