Commit 8690d249 by 刘珅

更新webpack

parent abae07c0
......@@ -189,8 +189,8 @@ let envConfig = {
}), //分割共有模块和代码模块
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify(process.env.NODE_ENV || 'development'),
PAD_ENV: JSON.stringify(process.env.PAD_ENV || 'production')
NODE_ENV: JSON.stringify('development'),
PAD_ENV: JSON.stringify('development')
},
'BASEREM' : 120,
'CURVERSION' : JSON.stringify(curversion)
......
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