refactor(globals): dont use process.env
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ export default [
|
||||
babelHelpers: 'runtime',
|
||||
}),
|
||||
replace({
|
||||
'process.env.NODE_ENV': JSON.stringify(processEnv),
|
||||
__ENV__: JSON.stringify(processEnv),
|
||||
__REACT_FLOW_VERSION__: JSON.stringify(pkg.version),
|
||||
}),
|
||||
svgr(),
|
||||
|
||||
Reference in New Issue
Block a user