File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,4 +324,12 @@ exports.clean = {
324324 const options = { root : this . baseDir } ;
325325 return [ dirs , options ] ;
326326 }
327- }
327+ } ;
328+
329+ exports . cssmini = {
330+ enable : true ,
331+ env : 'prod' ,
332+ type : 'client' ,
333+ name : 'optimize-css-assets-webpack-plugin' ,
334+ args :{ }
335+ } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " easywebpack" ,
3- "version" : " 4.7.0 " ,
3+ "version" : " 4.7.1 " ,
44 "description" : " 基于 Webpack 的前端构建工程化解决方案" ,
55 "keywords" : [
66 " webpack" ,
3232 "mini-css-extract-plugin" : " ^0.4.0" ,
3333 "node-noop" : " ^1.0.0" ,
3434 "npm-install-webpack-plugin" : " ^4.0.5" ,
35+ "optimize-css-assets-webpack-plugin" : " ^5.0.1" ,
3536 "postcss-loader" : " ^2.1.0" ,
3637 "progress-bar-webpack-plugin" : " ^1.10.0" ,
3738 "service-worker-precache-webpack-plugin" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments