Skip to content

Commit 0f851de

Browse files
committed
test
1 parent 47df364 commit 0f851de

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.babelrc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// {
2-
// "env": {
3-
// "development": {
4-
// "plugins": ["transform-remove-console"]
5-
// },
6-
// "production": {
7-
// "plugins": ["transform-remove-console"]
8-
// }
9-
// }
10-
// }
1+
{
2+
"env": {
3+
"development": {
4+
"plugins": ["transform-remove-console"]
5+
},
6+
"production": {
7+
"plugins": ["transform-remove-console"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)