Skip to content

Commit

Permalink
remove rollup treeshake (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Dec 9, 2023
1 parent 8ab19c2 commit ea236ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export default defineConfig({
plugins: [react()],
build: {
outDir: "../docs/playground",
rollupOptions: {
treeshake: false
}
},
base: "./",
});

0 comments on commit ea236ef

Please sign in to comment.