summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(),
],
};