-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch dev server + prod build to vite! (#1535)
* Get vite to mostly work Co-authored-by: Elijah Vennebush <[email protected]> Co-authored-by: Alex <[email protected]> * Fix postcss config and delete more unused * Fix tests * Remove unused babel plugins * Adjust rollup config * Fix Service Worker and PWA stuff * Update to type:module in package.json * Undo needless change src -> @ * Undo more needless changes? * For now, undo linaria changes in all files * Remove unrelated change * Undo more changes * Remove more deps (will have to add back some of these) * Dep updates since last time I worked on this * Set up new version of linaria * Fix a silly CSS bug * Use port 2733 for preview as well * Fix TS imports * Increase min chunk size for chunk merging * Remove unmaintained postcss-font-magician * Update node LTS minimum * Replace Jest with Vitest for less config * Downgrade TS to avoid needing to update eslint-plugin-caleb in this PR * Remove unused old rollup config * Undo upgrading preact to avoid needing to fix type stuff in this PR * Re-update preact to fix integration with vite and prefresh * Fix chart where polished lib was included at runtime * Fix type errors * Use node 18 in CI * Delete commented code * Run prettier on html files too --------- Co-authored-by: Elijah Vennebush <[email protected]> Co-authored-by: Alex <[email protected]>
- Loading branch information
1 parent
bc50d1f
commit f41261e
Showing
86 changed files
with
14,427 additions
and
42,408 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
18 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.