Skip to content

Commit

Permalink
Merge pull request #43 from EvHaus/react-18
Browse files Browse the repository at this point in the history
  • Loading branch information
haradakunihiko authored Apr 26, 2022
2 parents 3f6a23c + 06d21e2 commit 5fd9480
Show file tree
Hide file tree
Showing 25 changed files with 19,530 additions and 7,836 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
"@babel/preset-env",
"@babel/react"
]
}

2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
example
src
5 changes: 4 additions & 1 deletion example/material-ui/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
"@babel/preset-env",
"@babel/react"
]
}
Loading

0 comments on commit 5fd9480

Please sign in to comment.