Skip to content

Commit

Permalink
Added @babel/preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ManukMinasyan committed Aug 21, 2019
1 parent 7443184 commit ed2b8c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// babel.config.js
module.exports = {
presets: [
['@vue/app', {
polyfills: [
'es6.promise',
'es6.symbol'
]
}]
]
}
presets: [
"@babel/preset-env",
['@vue/app', {
polyfills: [
'es6.promise',
'es6.symbol'
]
}]
]
}

1 comment on commit ed2b8c4

@vercel
Copy link

@vercel vercel bot commented on ed2b8c4 Aug 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.