Skip to content

Commit 995315c

Browse files
committed
Fix disabling of debug notifications for cypress tests
1 parent c497b67 commit 995315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const notShims = (module) => (!SplitChunksPlugin.checkTest(/shims/, module));
5858

5959
let plugins = [
6060
new webpack.DefinePlugin({
61-
// used only by v2v code now
6261
'process.env.NODE_ENV': JSON.stringify(env.NODE_ENV || 'development'),
62+
'process.env.CYPRESS': JSON.stringify(env.CYPRESS),
6363
}),
6464

6565
new ManifestPlugin({

0 commit comments

Comments
 (0)