Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Change order of presets
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed May 14, 2019
1 parent 5cd1377 commit e62a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,3 +1,3 @@
{
"presets": ["@babel/preset-react", "@babel/preset-env"]
"presets": ["@babel/preset-env", "@babel/preset-react"]
}

0 comments on commit e62a5af

Please sign in to comment.