Drop production define

This is defualt in webpack 4
This commit is contained in:
Jordan Eldredge 2018-11-19 19:53:16 -08:00
parent 1192bb41ea
commit ab4774969e

View file

@ -19,9 +19,6 @@ const config = merge(common, {
openAnalyzer: false
}),
new webpack.DefinePlugin({
"process.env": {
NODE_ENV: JSON.stringify("production")
},
SENTRY_DSN: JSON.stringify(
"https://12b6be8ef7c44f28ac37ab5ed98fd294@sentry.io/146021"
),