mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] npm run format
This commit is contained in:
parent
3e82a0052d
commit
da6ad7a5ed
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export async function bundle(imports: Set<string>, { runtime, dist }: BundleOpti
|
|||
plugins: [
|
||||
// We are using terser for the demo, but might switch to something else long term
|
||||
// Look into that rather than adding options here.
|
||||
terser()
|
||||
terser(),
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue