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:
authorFederico Zivolo <federico.zivolo@gmail.com>2017-11-15 16:13:33 +0300
committerJohann-S <johann.servoire@gmail.com>2017-11-15 16:13:33 +0300
commit7fd265034c5fc3c9e078e960a97b8a2279ff1933 (patch)
tree4d6a49f17a305c0e4baf33de9f0d9daf4c28bf48 /build/rollup.config.js
parentffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b (diff)
Use UMD and fix build to properly load deps (#24783)
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 99bf637c0d..dc5fa6cced 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -37,7 +37,7 @@ module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'),
output: {
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
- format: 'iife'
+ format: 'umd'
},
name: 'bootstrap',
external,