Skip to content

Commit a34ea08

Browse files
committed
Shave a few bytes with babel-plugin-external-helpers
1 parent 7543fe5 commit a34ea08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"plugins": [
88
"transform-flow-comments",
9+
"external-helpers",
910
],
1011
"env": {
1112
"test": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"babel-eslint": "^6.1.2",
3333
"babel-loader": "^6.2.4",
3434
"babel-plugin-espower": "^2.3.1",
35+
"babel-plugin-external-helpers": "^6.8.0",
3536
"babel-plugin-transform-flow-comments": "^6.8.0",
3637
"babel-preset-es2015": "^6.9.0",
3738
"babel-preset-react": "^6.11.1",

0 commit comments

Comments
 (0)