Skip to content

Commit

Permalink
fix babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dudiharush committed Jul 14, 2020
1 parent c47e36f commit 10f0fc0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"presets": ["@babel/env", "@babel/react", "@babel/typescript"],
"env": {
"test": {
"presets": ["@babel/env", "@babel/react", "@babel/typescript"]
},
"prod": {
"presets": ["@babel/env", "@babel/react", "@babel/typescript"]
},
"test": {},
"prod": {},
"dev": {
"presets": ["@babel/env", "@babel/react", "@babel/typescript"],
"plugins": ["react-refresh/babel"]
}
}
Expand Down

0 comments on commit 10f0fc0

Please sign in to comment.