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