mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
include compiled BS scripts till the source is available again
This commit is contained in:
parent
b80ff628cd
commit
622fbabe55
|
@ -9,7 +9,9 @@
|
||||||
* at your application entry point. This is necessary for browsers that do not yet support some ES2015 runtime necessities such as Symbol. We do this in `index-iife.js` for our iife rollup bundle.
|
* at your application entry point. This is necessary for browsers that do not yet support some ES2015 runtime necessities such as Symbol. We do this in `index-iife.js` for our iife rollup bundle.
|
||||||
*/
|
*/
|
||||||
import 'babel-polyfill'
|
import 'babel-polyfill'
|
||||||
import 'bootstrap'
|
|
||||||
|
// Bootstrap components
|
||||||
|
import 'bootstrap/dist/js/bootstrap'
|
||||||
|
|
||||||
// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452
|
// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452
|
||||||
import './checkbox'
|
import './checkbox'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user