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 | |
| parent | e2f7fe6cf15a2c2be586cb260648da340257415c (diff) | |
| download | bootstrap-f153748f522e01ba16989e6c8085a69ff656b069.tar.xz bootstrap-f153748f522e01ba16989e6c8085a69ff656b069.zip | |
Switch to @rollup/plugin-node-resolve (#29851)
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/integration/rollup.bundle.js | 2 | ||||
| -rw-r--r-- | js/tests/karma.conf.js | 2 |
2 files changed, 2 insertions, 2 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 = { diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 624f5f638..61f17dedf 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -3,7 +3,7 @@ const path = require('path') const ip = require('ip') const babel = require('rollup-plugin-babel') const istanbul = require('rollup-plugin-istanbul') -const resolve = require('rollup-plugin-node-resolve') +const resolve = require('@rollup/plugin-node-resolve') const { browsers, |
