-
-
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.
Improve load experience. Benefits are relatively minimal since it's not expected that the user frequently reloads the main page, but anecdotally the reload experience is much better than before (at the expense of significantly more dev dependencies, but I'm starting to realize that doesn't really matter in the grand scheme of things). * Move core CSS to index.html, removing allowing it to be applied during the initial request. * Add minimal theme parsing logic to index.html so the initial paint uses the system- or user-set theme. * Use webpack to consolidate client code into a single request. Without webpack, there's a chain of 5+ requests required to load the client code, which is noticeably slower than loading the minified bundle. * Convert build.cjs to a module (mjs)
- Loading branch information
Showing
9 changed files
with
2,323 additions
and
268 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.