aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration/rollup.bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/integration/rollup.bundle.js')
-rw-r--r--js/tests/integration/rollup.bundle.js3
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({