Skip to content

Commit 5e49774

Browse files
committed
spread babel
1 parent 83afa48 commit 5e49774

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"presets": [
33
"@babel/preset-env"
4+
],
5+
"plugins": [
6+
"@babel/plugin-proposal-object-rest-spread"
47
]
58
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-combined-reducers",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
@@ -15,6 +15,7 @@
1515
"@babel/cli": "^7.4.4",
1616
"@babel/core": "^7.2.2",
1717
"@babel/node": "^7.2.2",
18+
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
1819
"@babel/preset-env": "^7.2.3",
1920
"babel-loader": "^8.0.5",
2021
"webpack": "^4.31.0",

0 commit comments

Comments
 (0)