fix comment

This commit is contained in:
konnorrogers
2025-11-17 13:37:43 -05:00
parent e9acddd54c
commit d06e4e4ee3

View File

@@ -437,7 +437,7 @@ export async function build(options = {}) {
await generateManifest();
}
// copy everything to unbundled before we generate bundles.
// Rebuild the bundle before rebuilding the site
await regenerateBundle();
// This needs to be outside of "isComponent" check because SSR needs to run on CSS files too.