summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-03-30 20:07:48 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-03-30 20:07:48 +0000
commitda6ad7a5edbea97d28d136b89cee2f6b8bdf7aae (patch)
tree84f08b9132e61e5924ad6a57dff136667bbcc639 /src
parent3e82a0052db4afa16cbf95193fe53d9956809aa4 (diff)
downloadastro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.tar.gz
astro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.tar.zst
astro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.zip
[ci] npm run format
Diffstat (limited to 'src')
-rw-r--r--src/build/bundle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/bundle.ts b/src/build/bundle.ts
index 68d2e5131..af06ed8c6 100644
--- a/src/build/bundle.ts
+++ b/src/build/bundle.ts
@@ -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(),
],
};