Skip to content

Commit

Permalink
fix: add babel spread plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Apr 7, 2020
1 parent bd5a0ba commit 7642f05
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 22 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -49,6 +49,7 @@
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@istanbuljs/nyc-config-babel": "2.1.1",
Expand Down Expand Up @@ -99,6 +100,7 @@
]
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"istanbul"
]
},
Expand Down

0 comments on commit 7642f05

Please sign in to comment.