0
Fork 0
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:
Luiz Ferraz 2023-12-27 16:36:29 -03:00 committed by GitHub
parent 98fa8f02ab
commit b34bd2b2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,7 @@ export default async function build(...args) {
entryPoints,
outdir,
format,
sourcemap: 'linked',
plugins: [
rebuildPlugin,
svelte({ isDev }),