File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <?php script ($ _ ['appId ' ], ['../build/main ' ]); ?>
2- <?php style ($ _ ['appId ' ], ['../build/main ' ]); ?>
1+ <?php script ($ _ ['appId ' ], ['../build/main.min ' ]); ?>
2+ <?php style ($ _ ['appId ' ], ['../build/main.min ' ]); ?>
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = {
1717 } ,
1818 output : {
1919 path : assetsPath ,
20- filename : '[name].js' ,
20+ filename : '[name].min. js' ,
2121 chunkFilename : '[name]-[chunkhash].js' ,
2222 publicPath : '/dist/'
2323 } ,
@@ -54,7 +54,7 @@ module.exports = {
5454 } ,
5555 plugins : [
5656 new CleanPlugin ( [ relativeAssetsPath ] ) ,
57- new ExtractTextPlugin ( "[name].css" ) ,
57+ new ExtractTextPlugin ( "[name].min. css" ) ,
5858 new webpack . DefinePlugin ( {
5959 __CLIENT__ : true ,
6060 __SERVER__ : false ,
You can’t perform that action at this time.
0 commit comments