aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration/rollup.bundle-modularity.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-12-25 21:43:56 +0200
committerGitHub <[email protected]>2019-12-25 21:43:56 +0200
commit8f1c4b9a0326d63dc19299e62d232eec9c6d4fad (patch)
tree6011e750a242d152db0cff56968a50f9c083563a /js/tests/integration/rollup.bundle-modularity.js
parentf153748f522e01ba16989e6c8085a69ff656b069 (diff)
downloadbootstrap-8f1c4b9a0326d63dc19299e62d232eec9c6d4fad.tar.xz
bootstrap-8f1c4b9a0326d63dc19299e62d232eec9c6d4fad.zip
Switch to @rollup/plugin-commonjs (#29907)
Diffstat (limited to 'js/tests/integration/rollup.bundle-modularity.js')
-rw-r--r--js/tests/integration/rollup.bundle-modularity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/rollup.bundle-modularity.js b/js/tests/integration/rollup.bundle-modularity.js
index 68313275b..a8670ca8c 100644
--- a/js/tests/integration/rollup.bundle-modularity.js
+++ b/js/tests/integration/rollup.bundle-modularity.js
@@ -1,6 +1,6 @@
/* eslint-env node */
-const commonjs = require('rollup-plugin-commonjs')
+const commonjs = require('@rollup/plugin-commonjs')
const configRollup = require('./rollup.bundle')
const config = {