Skip to content

Commit

Permalink
fix: add @babel/plugin-proposal-object-rest-spread as dependency
Browse files Browse the repository at this point in the history
This was not a problem if building methone directly since babel
preset-env has this as a dependency, but anything that depends on
methone would not be able to find it and thus fail.
  • Loading branch information
RafDevX committed Aug 25, 2024
1 parent 0cb1bac commit 66a439d
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 46 deletions.
160 changes: 114 additions & 46 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
Expand Down

0 comments on commit 66a439d

Please sign in to comment.