@solidjs/start@2.0.0-rc.10
Pre-release
Pre-release
·
15 commits
to main
since this release
Minor Changes
-
3f2b7a7: The file filter logic used for CSS crawling in development can now be configured with the vite plugin option
css.filteranalog toserverFunctions.filter:solidStart({ css: { filter: { // Exclude all node_modules except "my-dependency" with a flat node_modules layout exclude: "node_modules/!(my-dependency)/**/*", }, }, });