-
-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin-vite): upgrade to vite@5 (#3468)
* refactor(plugin-vite): move built-in vite config to template config file * feat(plugin-vite): hot restart, reload 🔥 * chore(plugin-vite): update test * fix(plugin-vite): correct hot restart logic * chore(template-vite): update template logic * chore(plugin-vite): move plugin-vite deps to template-vite * fix(template-vite): correct vite config * chore: lint * refactor(plugin-vite): restore API break changes * chore(plugin-vite): add `rollup`, `vite` top top-level deps * chore(plugin-vite): fix lint * chore(plugin-vite): fix build types check error * feat(template-vite): load node.js entry * chore: update .gitignore * fix: fix the Windows CI failed * chore: update types * chore: fix Mac CI test --------- Co-authored-by: Erick Zhao <erick@hotmail.ca>
- Loading branch information
1 parent
4a010d6
commit b0cae41
Showing
30 changed files
with
836 additions
and
513 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
.nyc_output | ||
*.lcov | ||
/coverage | ||
|
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
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.