Remove unused babel-plugin-lodash

This commit is contained in:
Jalil Arfaoui 2016-11-05 13:13:17 +01:00
parent 983ca41e2a
commit bbcb67d6f1
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ {
"presets": ["es2015", "react", "stage-0"], "presets": ["es2015", "react", "stage-0"],
"plugins": ["transform-decorators-legacy", "lodash", "react-hot-loader/babel"] "plugins": ["transform-decorators-legacy", "react-hot-loader/babel"]
} }

View file

@ -62,7 +62,6 @@
"babel-core": "<6.3.0", "babel-core": "<6.3.0",
"babel-eslint": "^6.0.0", "babel-eslint": "^6.0.0",
"babel-loader": "~6.2.1", "babel-loader": "~6.2.1",
"babel-plugin-lodash": "^2.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0", "babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "<6.3.0", "babel-preset-es2015": "<6.3.0",