aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2019-03-01 11:11:41 +0200
committerXhmikosR <[email protected]>2019-03-11 17:59:08 +0200
commit2fd50f98a53874d89aa60c9a698464ce1a0b7bfc (patch)
tree198b94215d4cffce968b6c7b50f3d8855f5dc408 /js/src
parent3ffe3a5d82f6f561b82ff78d82b32a7d14aed558 (diff)
downloadbootstrap-2fd50f98a53874d89aa60c9a698464ce1a0b7bfc.tar.xz
bootstrap-2fd50f98a53874d89aa60c9a698464ce1a0b7bfc.zip
build bootstrap in esm
Diffstat (limited to 'js/src')
-rw-r--r--js/src/index.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/js/src/index.js b/js/src/index.js
deleted file mode 100644
index 4d46d84b9..000000000
--- a/js/src/index.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * --------------------------------------------------------------------------
- * Bootstrap (v4.3.1): index.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * --------------------------------------------------------------------------
- */
-
-import Alert from './alert'
-import Button from './button'
-import Carousel from './carousel'
-import Collapse from './collapse'
-import Dropdown from './dropdown'
-import Modal from './modal'
-import Popover from './popover'
-import ScrollSpy from './scrollspy'
-import Tab from './tab'
-import Toast from './toast'
-import Tooltip from './tooltip'
-
-export {
- Alert,
- Button,
- Carousel,
- Collapse,
- Dropdown,
- Modal,
- Popover,
- ScrollSpy,
- Tab,
- Toast,
- Tooltip
-}