No need to explicit send in NODE_ENV
This commit is contained in:
@@ -25,7 +25,6 @@ const config = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
'process.env': {
|
'process.env': {
|
||||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
|
||||||
GIT_SHA: JSON.stringify(GIT_SHA),
|
GIT_SHA: JSON.stringify(GIT_SHA),
|
||||||
ENABLE_HEAP: JSON.stringify(process.env.ENABLE_HEAP),
|
ENABLE_HEAP: JSON.stringify(process.env.ENABLE_HEAP),
|
||||||
NPM_PACKAGE_VERSION: JSON.stringify(process.env.npm_package_version),
|
NPM_PACKAGE_VERSION: JSON.stringify(process.env.npm_package_version),
|
||||||
|
|||||||
Reference in New Issue
Block a user