fix(website): remove node env definition from webpack
This commit is contained in:
parent
f2a6feff29
commit
408bbdb52e
@ -100,7 +100,6 @@ module.exports = (_env, argv) => {
|
||||
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
GIT_SHA: JSON.stringify(GIT_SHA),
|
||||
},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user