Skip to content

Commit d66396c

Browse files
committed
Remove useless preset
1 parent 41e5199 commit d66396c

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
}
1111
}
1212
]
13-
],
14-
"plugins": ["transform-object-rest-spread"]
13+
]
1514
}
1615
}
1716
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"babel-core": "7.0.0-bridge.0",
5050
"babel-eslint": "^10.0.1",
5151
"babel-jest": "^24.1.0",
52-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
5352
"cross-env": "^5.2.0",
5453
"eslint": "^5.14.1",
5554
"eslint-config-standard": "^12.0.0",

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,10 +1724,6 @@ babel-plugin-jest-hoist@^24.1.0:
17241724
version "24.1.0"
17251725
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.1.0.tgz#dfecc491fb15e2668abbd690a697a8fd1411a7f8"
17261726

1727-
babel-plugin-syntax-object-rest-spread@^6.8.0:
1728-
version "6.13.0"
1729-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
1730-
17311727
babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
17321728
version "6.26.2"
17331729
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3"
@@ -1737,13 +1733,6 @@ babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
17371733
babel-template "^6.26.0"
17381734
babel-types "^6.26.0"
17391735

1740-
babel-plugin-transform-object-rest-spread@^6.26.0:
1741-
version "6.26.0"
1742-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
1743-
dependencies:
1744-
babel-plugin-syntax-object-rest-spread "^6.8.0"
1745-
babel-runtime "^6.26.0"
1746-
17471736
babel-plugin-transform-strict-mode@^6.24.1:
17481737
version "6.24.1"
17491738
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"

0 commit comments

Comments
 (0)