Skip to content

Commit

Permalink
Fix ... (spread operator) missing error.
Browse files Browse the repository at this point in the history
Babel seems to need a specific package to support the `...` operator for
now.
See: babel/babel#10179 (comment)

npm i --save-dev @babel/plugin-proposal-object-rest-spread is sufficient
as a fix.
  • Loading branch information
reykjalin committed Aug 7, 2019
1 parent 30b5696 commit 0484288
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package-lock.json

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

0 comments on commit 0484288

Please sign in to comment.