Skip to content

Commit

Permalink
remove treeshake
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Dec 9, 2023
1 parent eea350c commit 9d4fd9a
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 9d4fd9a

Please sign in to comment.