Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit bd224ea

Browse files
committed
Add separate babel config for source files
1 parent 213d300 commit bd224ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/.babelrc

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

0 commit comments

Comments
 (0)