-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Vite and other deps to resolve packaging issue (#1387)
There was a bug in Vite 6.0.1 (vitejs/vite#18810) that was preventing NodeJS libraries from being bundled in the main process. This meant that our packaged app would refuse to run as it would be unable to find its Node libraries. This updates to Vite 6.0.2 to resolve this issue and also updates a few other deps while we're at it. Also removes the SASS modern-compiler config from our Vite config since this is the default behavior in Vite 6. closes #1373
- Loading branch information
1 parent
ea55904
commit 6400678
Showing
4 changed files
with
387 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.