diff options
| author | XhmikosR <[email protected]> | 2019-12-25 21:43:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-25 21:43:56 +0200 |
| commit | 8f1c4b9a0326d63dc19299e62d232eec9c6d4fad (patch) | |
| tree | 6011e750a242d152db0cff56968a50f9c083563a /js/tests/integration | |
| parent | f153748f522e01ba16989e6c8085a69ff656b069 (diff) | |
| download | bootstrap-8f1c4b9a0326d63dc19299e62d232eec9c6d4fad.tar.xz bootstrap-8f1c4b9a0326d63dc19299e62d232eec9c6d4fad.zip | |
Switch to @rollup/plugin-commonjs (#29907)
Diffstat (limited to 'js/tests/integration')
| -rw-r--r-- | js/tests/integration/rollup.bundle-modularity.js | 2 |
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 = { |
