We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991cd9e commit 2f8d69bCopy full SHA for 2f8d69b
.babelrc
@@ -5,6 +5,7 @@
5
"react"
6
],
7
"plugins": [
8
- "add-module-exports"
+ "add-module-exports",
9
+ "lodash"
10
]
11
}
package.json
@@ -27,6 +27,7 @@
27
"devDependencies": {
28
"babel-cli": "^6.10.1",
29
"babel-plugin-add-module-exports": "^0.2.1",
30
+ "babel-plugin-lodash": "^3.2.5",
31
"babel-preset-es2015": "^6.9.0",
32
"babel-preset-react": "^6.11.1",
33
"babel-preset-stage-0": "^6.5.0",
0 commit comments