We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51cc79 commit 9bf8392Copy full SHA for 9bf8392
webpack.config.babel.js
@@ -10,7 +10,7 @@ const { env } = process;
10
const {
11
NODE_ENV = 'development',
12
ANIMATED_TEST,
13
-} = process;
+} = env;
14
15
const isTesting = !!ANIMATED_TEST;
16
const isDev = NODE_ENV === 'development';
0 commit comments