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 6e0548b commit 35f360dCopy full SHA for 35f360d
.babelrc
@@ -7,6 +7,7 @@
7
}
8
},
9
"plugins": [
10
+ "babel-plugin-lodash",
11
"transform-export-default-name",
12
"@babel/transform-flow-strip-types"
13
],
package.json
@@ -21,6 +21,7 @@
21
"ajv-cli": "^3.0.0",
22
"ajv-keywords": "^3.4.1",
23
"babel-plugin-istanbul": "^5.1.4",
24
+ "babel-plugin-lodash": "^3.3.4",
25
"babel-plugin-transform-export-default-name": "^2.0.4",
26
"chai": "^4.2.0",
27
"chalk": "^2.4.2",
0 commit comments