mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Drop production define
This is defualt in webpack 4
This commit is contained in:
parent
1192bb41ea
commit
ab4774969e
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue