From d1e472d482660873a6daaa595096cda03efe64ad Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 4 Oct 2016 16:05:01 +0200 Subject: [PATCH] chore(package): use babel-plugin-lodash --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e7c00ec25..60c6d9f71 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ }, "devDependencies": { "babel-eslint": "^7.0.0", + "babel-plugin-lodash": "^3.2.9", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.5.2", "babel-preset-es2015": "^6.5.0", @@ -146,6 +147,7 @@ }, "babel": { "plugins": [ + "lodash", "transform-decorators-legacy", "transform-runtime" ],