Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix(babelrc): remove modules false
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGabriele committed Nov 13, 2019
1 parent 15d6051 commit e1775b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[
"@babel/preset-env",
{
"targets": "last 3 versions, ie >= 9",
"modules": false
"targets": "last 3 versions, ie >= 9"
}
]
]
Expand Down

0 comments on commit e1775b3

Please sign in to comment.