diff options
| author | Federico Zivolo <[email protected]> | 2017-11-15 14:13:33 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-11-15 14:13:33 +0100 |
| commit | 7fd265034c5fc3c9e078e960a97b8a2279ff1933 (patch) | |
| tree | 4d6a49f17a305c0e4baf33de9f0d9daf4c28bf48 /build/rollup.config.js | |
| parent | ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b (diff) | |
| download | bootstrap-7fd265034c5fc3c9e078e960a97b8a2279ff1933.tar.xz bootstrap-7fd265034c5fc3c9e078e960a97b8a2279ff1933.zip | |
Use UMD and fix build to properly load deps (#24783)
Diffstat (limited to 'build/rollup.config.js')
| -rw-r--r-- | build/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index 99bf637c0..dc5fa6cce 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, |
