Skip to content

Commit

Permalink
Use .babelrc files instead of .babelrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 25, 2018
1 parent 9d278b4 commit e386eae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/react-router-config/modules/.babelrc
@@ -0,0 +1,4 @@
{
"presets": [["@babel/env", { "loose": true }], "@babel/react"],
"plugins": ["dev-expression"]
}
4 changes: 0 additions & 4 deletions packages/react-router-config/modules/.babelrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-router-dom/modules/.babelrc
@@ -0,0 +1,7 @@
{
"presets": [["@babel/env", { "loose": true }], "@babel/react"],
"plugins": [
"dev-expression",
["@babel/proposal-class-properties", { "loose": true }]
]
}
7 changes: 0 additions & 7 deletions packages/react-router-dom/modules/.babelrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-router/modules/.babelrc
@@ -0,0 +1,7 @@
{
"presets": [["@babel/env", { "loose": true }], "@babel/react"],
"plugins": [
"dev-expression",
["@babel/proposal-class-properties", { "loose": true }]
]
}
7 changes: 0 additions & 7 deletions packages/react-router/modules/.babelrc.js

This file was deleted.

0 comments on commit e386eae

Please sign in to comment.