Skip to content

Commit

Permalink
fix: Transpile React so it can be consumed as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov committed Apr 11, 2020
1 parent ee17b17 commit 74e27e1
Show file tree
Hide file tree
Showing 5 changed files with 3,766 additions and 773 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/env",
{
"modules": false
}
],
"@babel/react"
]
}
File renamed without changes
Loading

0 comments on commit 74e27e1

Please sign in to comment.