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
diff options
context:
space:
mode:
Diffstat (limited to 'build/rollup.config.js')
-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