Skip to content

Commit

Permalink
chore: add ie polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jun 18, 2019
1 parent 8030d1c commit 32dec72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports = {
presets: [
'@vue/app'
['@vue/app', {
polyfills: [
'es6.array.find',
'es6.array.from',
'es6.symbol'
]
}],
["@babel/preset-env", {
"useBuiltIns": "entry"
}]
]
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@coreui/coreui": "^2.1.12",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
Expand Down

0 comments on commit 32dec72

Please sign in to comment.