Skip to content

Commit 2f8d69b

Browse files
committed
Use babel-plugin-lodash plugin
1 parent 991cd9e commit 2f8d69b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"react"
66
],
77
"plugins": [
8-
"add-module-exports"
8+
"add-module-exports",
9+
"lodash"
910
]
1011
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"babel-cli": "^6.10.1",
2929
"babel-plugin-add-module-exports": "^0.2.1",
30+
"babel-plugin-lodash": "^3.2.5",
3031
"babel-preset-es2015": "^6.9.0",
3132
"babel-preset-react": "^6.11.1",
3233
"babel-preset-stage-0": "^6.5.0",

0 commit comments

Comments
 (0)