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-09-14 15:27:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commita2f1d7904593f52704a74d105eb820912d014493 (patch)
tree177c86f128eaf678956b8a067058bc1f472e0382 /build
parent19b836c9070c1464fc320e8cfd30631e7cb0c96a (diff)
Refactor util plugin and some tests
Diffstat (limited to 'build')
-rw-r--r--build/rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js
index b3a7929ec4..e2819f8c04 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -8,7 +8,7 @@ const banner = require('./banner.js')
const BUNDLE = process.env.BUNDLE === 'true'
let fileDest = 'bootstrap.js'
-const external = ['jquery', 'popper.js']
+const external = ['popper.js']
const plugins = [
babel({
exclude: 'node_modules/**', // Only transpile our source code