mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 05:14:16 +03:00
fix bad import of babel-polyfill
This commit is contained in:
parent
601d8a96b1
commit
c159915e57
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* eslint-disable no-unused-vars */
|
/* eslint-disable no-unused-vars */
|
||||||
import '../../picker.js/node_modules/babel-polyfill/dist/polyfill'
|
import 'babel-polyfill/dist/polyfill'
|
||||||
import 'bootstrap'
|
import '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
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-polyfill": "^6.7",
|
"babel-polyfill": "^6.7.4",
|
||||||
"bootstrap": "twbs/bootstrap#v4-dev",
|
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||||
"jquery": "^2.2",
|
"jquery": "^2.2",
|
||||||
"tether": "^1.3.2"
|
"tether": "^1.3.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user