javascript - How to set webpack to compress js css but not compress html
迷茫
迷茫 2017-06-05 11:12:42
0
1
805

The code is as follows. This was written by someone else. I want to add the function of compressing js and css but not compressing html

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
巴扎黑

Settings: minify: false, and add plugins new webpack.optimize.UglifyJsPluginCompress js, optimize-css-assets-webpack-pluginCompress css

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template