-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial config loader logic * Fix build * Exclude packages nested within packages from build * Roll back test changes * Reinstate missing test files * Remove console logs * Roll back lockfile diff * Hook up config loader to plugin * Add Config type * Migrate integration tests to new config format * Fix playground routes export * Fix compiler-spa playground config * Move config types * Update prerender tests * Migrate typegen, re-enable test * Clean up typegen change logic * Reintroduce basename validation, remove unused vite-node context * Remove unused arg * Improve logging * Provide configChanged arg * Remove unused isEqualJson util * Enforce command arg for config loader * Change command arg to watch * Remove old config logic * Move ssrExternals into config directory * Throw when watching for changes when watch mode disabled * Remove redundant config from playground * Remove comment * Fix onChange * Migrate typegen * Update comments * Add defineConfig helper * Review feedback and clean up * Revert defineConfig * Update docs and changesets --------- Co-authored-by: Pedro Cattori <[email protected]>
- Loading branch information
1 parent
5a7b291
commit 2bd6740
Showing
29 changed files
with
793 additions
and
732 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
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
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.