aboutsummaryrefslogtreecommitdiff
path: root/build/rollup.config.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-06-17 22:59:48 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit83cea3bafa57987b8cd6be0557bbca8364ab1fee (patch)
treeeabbe103289eec7601af10d778ba708cd89e51e5 /build/rollup.config.js
parent6b0808354d212272030e598f4e8ea9e2bce7703a (diff)
downloadbootstrap-83cea3bafa57987b8cd6be0557bbca8364ab1fee.tar.xz
bootstrap-83cea3bafa57987b8cd6be0557bbca8364ab1fee.zip
fix(build): remove jquery in our build
Diffstat (limited to 'build/rollup.config.js')
-rw-r--r--build/rollup.config.js1
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'
}