diff options
Diffstat (limited to 'js/tests/integration')
| -rw-r--r-- | js/tests/integration/rollup.bundle.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/integration/rollup.bundle.js b/js/tests/integration/rollup.bundle.js index 288f40961..caddcab48 100644 --- a/js/tests/integration/rollup.bundle.js +++ b/js/tests/integration/rollup.bundle.js @@ -12,7 +12,8 @@ module.exports = { }, plugins: [ replace({ - 'process.env.NODE_ENV': '"production"' + 'process.env.NODE_ENV': '"production"', + preventAssignment: true }), nodeResolve(), babel({ |
