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

Commit cc32017

Browse files
committed
remove external plugin in babelrc
1 parent 30ba5a7 commit cc32017

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.babelrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"test": {
1818
"plugins": ["transform-es2015-modules-commonjs"]
1919
},
20-
"development": {
21-
"plugins": ["external-helpers"]
22-
},
20+
"development": {},
2321
"production": {}
2422
}
2523
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist/
12
flow-typed/
23
npm-debug.log
34
node_modules

0 commit comments

Comments
 (0)