Skip to content

Commit

Permalink
fix: watch on production
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 3, 2024
1 parent 023483a commit c995d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineConfig(({ mode }) => {
? {
include: 'src/**',
}
: undefined,
: false,
lib: {
entry: path.resolve(__dirname, 'src/index.ts'),
name: pkg.name,
Expand Down

0 comments on commit c995d00

Please sign in to comment.