Skip to content

Commit

Permalink
Enable source map on dev builds (withastro#9465)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
Fryuni and natemoo-re authored Dec 27, 2023
1 parent 98fa8f0 commit b34bd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cmd/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default async function build(...args) {
entryPoints,
outdir,
format,
sourcemap: 'linked',
plugins: [
rebuildPlugin,
svelte({ isDev }),
Expand Down

0 comments on commit b34bd2b

Please sign in to comment.