Skip to content

Commit

Permalink
avoid using externalHelpers in prod (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 authored Jun 10, 2020
1 parent 18933a8 commit f383ae6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
],
"@babel/react"
],
"plugins": [
[
"babel-plugin-transform-async-to-promises",
{
externalHelpers: true
}
]
],
"plugins": ["babel-plugin-transform-async-to-promises"],
"env": {
"test": {
"presets": [
Expand Down

0 comments on commit f383ae6

Please sign in to comment.