chore: deindent cjs output for compiler ()

makes package size a tiny bit smaller
pull/8772/head
gtmnayan 2 years ago committed by GitHub
parent f76a75b97d
commit 03942162f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
---
'svelte': patch
---
chore: deindent cjs output for compiler

@ -42,7 +42,8 @@ export default [
file: 'compiler.cjs', file: 'compiler.cjs',
format: 'umd', format: 'umd',
name: 'svelte', name: 'svelte',
sourcemap: false sourcemap: false,
indent: false
}, },
external: [] external: []
} }

Loading…
Cancel
Save