diff options
| author | XhmikosR <[email protected]> | 2019-12-25 21:36:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-25 21:36:22 +0200 |
| commit | f153748f522e01ba16989e6c8085a69ff656b069 (patch) | |
| tree | 517db0c45f56eafe56b500f0cd775b037fa33e5d /js/tests/integration/rollup.bundle.js | |
| parent | e2f7fe6cf15a2c2be586cb260648da340257415c (diff) | |
| download | bootstrap-f153748f522e01ba16989e6c8085a69ff656b069.tar.xz bootstrap-f153748f522e01ba16989e6c8085a69ff656b069.zip | |
Switch to @rollup/plugin-node-resolve (#29851)
Diffstat (limited to 'js/tests/integration/rollup.bundle.js')
| -rw-r--r-- | js/tests/integration/rollup.bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/rollup.bundle.js b/js/tests/integration/rollup.bundle.js index 4aa1dcde9..d09a9dbbe 100644 --- a/js/tests/integration/rollup.bundle.js +++ b/js/tests/integration/rollup.bundle.js @@ -1,6 +1,6 @@ /* eslint-env node */ -const resolve = require('rollup-plugin-node-resolve') +const resolve = require('@rollup/plugin-node-resolve') const babel = require('rollup-plugin-babel') module.exports = { |
