mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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,
|
entryPoints,
|
||||||
outdir,
|
outdir,
|
||||||
format,
|
format,
|
||||||
|
sourcemap: 'linked',
|
||||||
plugins: [
|
plugins: [
|
||||||
rebuildPlugin,
|
rebuildPlugin,
|
||||||
svelte({ isDev }),
|
svelte({ isDev }),
|
||||||
|
|
Loading…
Reference in a new issue