chore(package): use babel-plugin-lodash

This commit is contained in:
Julien Fontanet 2016-10-04 16:05:01 +02:00
parent c80e43ad0d
commit d1e472d482

View File

@ -107,6 +107,7 @@
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.0.0", "babel-eslint": "^7.0.0",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.5.2", "babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0", "babel-preset-es2015": "^6.5.0",
@ -146,6 +147,7 @@
}, },
"babel": { "babel": {
"plugins": [ "plugins": [
"lodash",
"transform-decorators-legacy", "transform-decorators-legacy",
"transform-runtime" "transform-runtime"
], ],