Commit 8690d249 by 刘珅

更新webpack

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