mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
Resolves #795. Polyfill now included in rollup bundle.
This commit is contained in:
parent
3fdbbbec28
commit
9082772a74
|
@ -1,10 +1,9 @@
|
|||
//import 'babel-polyfill'
|
||||
import Style from './style'
|
||||
import Clipboard from 'clipboard'
|
||||
import anchors from 'anchor'
|
||||
|
||||
// import all the mdb code
|
||||
import mdb from '../../../../js/src/index' // eslint-disable-line no-unused-vars
|
||||
import '../../../../js/src/index' // eslint-disable-line no-unused-vars
|
||||
|
||||
class Application {
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
*/
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
import '../../node_modules/babel-polyfill/dist/polyfill'
|
||||
|
||||
import BaseInput from './baseInput'
|
||||
import BaseFormControl from './baseFormControl'
|
||||
import BaseSelection from './baseSelection'
|
||||
|
|
22
package.json
22
package.json
|
@ -82,25 +82,5 @@
|
|||
"scss/**/*.scss",
|
||||
"Gruntfile.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"jspm": {
|
||||
"main": "js/bootstrap-material-design",
|
||||
"ignore": [
|
||||
"dist/js/npm"
|
||||
],
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
},
|
||||
"shim": {
|
||||
"js/bootstrap-material-design": {
|
||||
"deps": [
|
||||
"bootstrap"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "*"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user