Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix (ci): adding optional dependency rollup
Browse files Browse the repository at this point in the history
It seems that there is a well known problem since few months, see vitejs/vite#15532

Lots of people recommend to add this optional dependency. Don't understand where, when and by whom it is required in the project.
  • Loading branch information
jbuget committed Sep 3, 2024
1 parent 488d18a commit c50fada
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 0 deletions.
195 changes: 195 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,8 @@
},
"dependencies": {
"@sentry/sveltekit": "^7.118.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.21.2"
}
}

0 comments on commit c50fada

Please sign in to comment.