Browse Source

fix build

master
Gaëtan Renaudeau 7 years ago
committed by Anastasia Poupeney
parent
commit
c2a5ae5ea5
  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