fix(website): remove node env definition from webpack

This commit is contained in:
Brandon Millman 2018-11-14 15:13:07 -08:00
parent f2a6feff29
commit 408bbdb52e

View File

@ -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),
},
}),