Skip to content

Commit b3890ca

Browse files
authored
Add missing babelrc
1 parent ebe19ad commit b3890ca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.babelrc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/env",
5+
{
6+
"modules": false
7+
}
8+
]
9+
],
10+
"plugins": [
11+
"babel-plugin-rewire-exports"
12+
],
13+
"exclude": [
14+
"node_modules/**",
15+
"libs/**"
16+
]
17+
}

0 commit comments

Comments
 (0)