Skip to content

Commit

Permalink
set emptyOutDir to false for better DX
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jan 29, 2024
1 parent 60024c7 commit a045e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite-plugin/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function RefinaLib(options: RefinaLibOptions = {}): Plugin[] {
fileName: "index",
},
sourcemap: true,
emptyOutDir: true,
rollupOptions: {
external(source, importer, isResolved) {
return (
Expand Down

0 comments on commit a045e41

Please sign in to comment.