0
Fork 0
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:
matthewp 2021-03-30 20:07:48 +00:00 committed by GitHub Actions
parent 3e82a0052d
commit da6ad7a5ed

View file

@ -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(),
],
};