1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 21:56:42 +02:00

build bootstrap in esm

This commit is contained in:
Johann-S
2019-03-01 11:11:41 +02:00
committed by XhmikosR
parent 3ffe3a5d82
commit 2fd50f98a5
8 changed files with 86 additions and 80 deletions

32
js/index.umd.js Normal file
View File

@@ -0,0 +1,32 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v4.3.1): index.umd.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
import Alert from './src/alert'
import Button from './src/button'
import Carousel from './src/carousel'
import Collapse from './src/collapse'
import Dropdown from './src/dropdown'
import Modal from './src/modal'
import Popover from './src/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'
import Toast from './src/toast'
import Tooltip from './src/tooltip'
export default {
Alert,
Button,
Carousel,
Collapse,
Dropdown,
Modal,
Popover,
ScrollSpy,
Tab,
Toast,
Tooltip
}