Skip to content

Commit 7642f05

Browse files
committedApr 7, 2020
fix: add babel spread plugin
1 parent bd5a0ba commit 7642f05

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed
 

‎package-lock.json

+22-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"devDependencies": {
5050
"@babel/cli": "^7.1.0",
5151
"@babel/core": "^7.1.0",
52+
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
5253
"@babel/preset-env": "^7.1.0",
5354
"@babel/register": "^7.0.0",
5455
"@istanbuljs/nyc-config-babel": "2.1.1",
@@ -99,6 +100,7 @@
99100
]
100101
],
101102
"plugins": [
103+
"@babel/plugin-proposal-object-rest-spread",
102104
"istanbul"
103105
]
104106
},

0 commit comments

Comments
 (0)
Please sign in to comment.