Commit 0498a56c by ouyanghui

fix

parent a2102e18
...@@ -122,7 +122,8 @@ let envConfig = { ...@@ -122,7 +122,8 @@ let envConfig = {
'preprod':{ 'preprod':{
output:{ output:{
path : path.join(__dirname,'./static'), path : path.join(__dirname,'./static'),
filename : 'bundle-[hash:6].js' // filename : 'bundle-[hash:6].js'
filename : 'bundle.js'
}, },
plugins:[ plugins:[
new webpack.optimize.UglifyJsPlugin(), //js压缩 new webpack.optimize.UglifyJsPlugin(), //js压缩
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment