Remove unused babel-plugin-lodash
This commit is contained in:
parent
983ca41e2a
commit
bbcb67d6f1
2 changed files with 1 additions and 2 deletions
2
.babelrc
2
.babelrc
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue