Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit ac36170

Browse files
committed
Switch to JSON format for babelrc file
1 parent 67257d1 commit ac36170

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.babelrc.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.babelrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": [
3+
"./resources/load-staticly-from-npm.js",
4+
"@babel/plugin-transform-flow-strip-types",
5+
"@babel/plugin-transform-modules-commonjs"
6+
]
7+
}

0 commit comments

Comments
 (0)