Skip to content

Commit

Permalink
Rollup is too smart
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Nov 4, 2024
1 parent 485ced1 commit 8ce115e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineConfig({
port: 3000
},
build: {
target: 'esnext'
target: 'esnext',
rollupOptions: {
treeshake: false
}
}
})

0 comments on commit 8ce115e

Please sign in to comment.