Skip to content

Commit 74e27e1

Browse files
author
Andrey Okonetchnikov
committed
fix: Transpile React so it can be consumed as a module
1 parent ee17b17 commit 74e27e1

File tree

5 files changed

+3766
-773
lines changed

5 files changed

+3766
-773
lines changed

.babelrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/env",
5+
{
6+
"modules": false
7+
}
8+
],
9+
"@babel/react"
10+
]
11+
}

0 commit comments

Comments
 (0)