Skip to content

Commit

Permalink
chore: remove process.env replace
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 6, 2019
1 parent cff6c6f commit d378177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gulp-tasks.js
Expand Up @@ -88,7 +88,6 @@ function webpackBuild(opts) {
}),
new webpack.DefinePlugin({
"process.env.NODE_ENV": '"production"',
"process.env": JSON.stringify({ NODE_ENV: "production" }),
BABEL_VERSION: JSON.stringify(babelVersion),
VERSION: JSON.stringify(version),
}),
Expand Down

0 comments on commit d378177

Please sign in to comment.