Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-10 19:47:42 +0300
committerGitHub <noreply@github.com>2021-03-10 19:47:42 +0300
commit2732a60ecdc23578f6f0c0113271fbd047b707a2 (patch)
tree3c9cd1007a95404cfa500bfa5868cfd545c149cd /js/tests/karma.conf.js
parent26c999152b337f738394cc7d7fbfeb4d7917870a (diff)
@rollup/plugin-replace: specify `preventAssignment: true` (#33329)
This is to fix a warning since the option will be set to true in the next major version of the plugin
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index c13413449d..67b60f15ee 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -77,7 +77,8 @@ const conf = {
rollupPreprocessor: {
plugins: [
replace({
- 'process.env.NODE_ENV': '"dev"'
+ 'process.env.NODE_ENV': '"dev"',
+ preventAssignment: true
}),
istanbul({
exclude: [