Skip to content

Commit

Permalink
build: empty output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 17, 2023
1 parent 9dd2281 commit 31bc7c5
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 @@ -6,7 +6,7 @@ import type { UserConfig } from "vite";
export default defineConfig(<UserConfig>{
...config,
build: {
emptyOutDir: false,
emptyOutDir: true,
lib: {
entry: "src/bundle/index.ts",
fileName: () => "swissqrbill.js",
Expand Down

0 comments on commit 31bc7c5

Please sign in to comment.