Skip to content

Commit

Permalink
fix(ie11): make the app ie11 compatible (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
markomalis authored Oct 19, 2018
1 parent 46360c1 commit a31553e
Show file tree
Hide file tree
Showing 8 changed files with 3,384 additions and 738 deletions.
10 changes: 10 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
presets: [
['@vue/app', {
'useBuiltIns': 'entry'
}]
],
plugins: [
[ '@babel/plugin-transform-arrow-functions', { 'spec': true } ]
]
}
Loading

0 comments on commit a31553e

Please sign in to comment.