Skip to content

Commit

Permalink
build: bundle browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 17, 2023
1 parent 1c76adb commit e4f028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
formats: ["umd"],
name: "SwissQRBill"
},
minify: false,
minify: true,
outDir: "lib/bundle",
target: "es6"
},
Expand Down

0 comments on commit e4f028c

Please sign in to comment.