Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-06-17 23:59:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit83cea3bafa57987b8cd6be0557bbca8364ab1fee (patch)
treeeabbe103289eec7601af10d778ba708cd89e51e5 /build
parent6b0808354d212272030e598f4e8ea9e2bce7703a (diff)
fix(build): remove jquery in our build
Diffstat (limited to 'build')
-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 e81a07ef58..b3a7929ec4 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'
}