diff options
| author | Johann-S <[email protected]> | 2018-06-17 22:59:48 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 83cea3bafa57987b8cd6be0557bbca8364ab1fee (patch) | |
| tree | eabbe103289eec7601af10d778ba708cd89e51e5 /build | |
| parent | 6b0808354d212272030e598f4e8ea9e2bce7703a (diff) | |
| download | bootstrap-83cea3bafa57987b8cd6be0557bbca8364ab1fee.tar.xz bootstrap-83cea3bafa57987b8cd6be0557bbca8364ab1fee.zip | |
fix(build): remove jquery in our build
Diffstat (limited to 'build')
| -rw-r--r-- | build/rollup.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index e81a07ef5..b3a7929ec 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -22,7 +22,6 @@ const plugins = [ }) ] const globals = { - jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' } |
