Browse Source

Merge pull request #5 from gre/polish

should fix Sentry to work in prod
master
NastiaS 7 years ago
committed by GitHub
parent
commit
2c86073474
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      webpack/plugins.js

2
webpack/plugins.js

@ -12,7 +12,7 @@ module.exports = type => {
__GLOBAL_STYLES__: JSON.stringify(__GLOBAL_STYLES__),
__DEV__,
__PROD__,
__SENTRY_URL__: SENTRY_URL,
__SENTRY_URL__: JSON.stringify(SENTRY_URL || null),
'process.env.NODE_ENV': JSON.stringify(__ENV__),
}),
]

Loading…
Cancel
Save