mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Enable source map on dev builds (#9465)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
98fa8f02ab
commit
b34bd2b2d9
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ export default async function build(...args) {
|
|||
entryPoints,
|
||||
outdir,
|
||||
format,
|
||||
sourcemap: 'linked',
|
||||
plugins: [
|
||||
rebuildPlugin,
|
||||
svelte({ isDev }),
|
||||
|
|
Loading…
Reference in a new issue