Skip to content

Commit

Permalink
Update src/prerender.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Feb 20, 2024
1 parent 41cfa32 commit b268bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prerender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function PrerenderPlugin({
apply: "build",
enforce: "post",
configResolved(config) {
// Enable sourcemaps at least for prerendering for usable error messages
// Enable sourcemaps for generating more actionable error messages
config.build.sourcemap = true;

viteConfig = config;
Expand Down

0 comments on commit b268bcf

Please sign in to comment.