Skip to content

Commit

Permalink
Update sites/svelte-5-preview/src/lib/workers/compiler/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
  • Loading branch information
Rich-Harris and dummdidumm authored Apr 25, 2024
1 parent 5f8413a commit 0f16183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/svelte-5-preview/src/lib/workers/compiler/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function compile({ id, source, options, return_ast }) {
filename: options.filename,
generate: options.generate,
dev: options.dev,
discloseVersion: false
discloseVersion: false // less visual noise in the output tab
});

const { js, css, warnings, metadata } = compiled;
Expand Down

0 comments on commit 0f16183

Please sign in to comment.