Skip to content

Commit

Permalink
fix: transform lodash exports to allow tree-shaking (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fracmak authored and gajus committed Jul 31, 2019
1 parent 6e0548b commit 35f360d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
},
"plugins": [
"babel-plugin-lodash",
"transform-export-default-name",
"@babel/transform-flow-strip-types"
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"ajv-cli": "^3.0.0",
"ajv-keywords": "^3.4.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-export-default-name": "^2.0.4",
"chai": "^4.2.0",
"chalk": "^2.4.2",
Expand Down

0 comments on commit 35f360d

Please sign in to comment.