Skip to content

Commit

Permalink
treeshake on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaylor-dev committed Oct 12, 2022
1 parent e796488 commit 01400af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.es.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const extendscriptConfig = (
console.log(outPath);
const config: RollupOptions = {
input: extendscriptEntry,
treeshake: false,
treeshake: true,
output: {
file: outPath,
sourcemap: isPackage
Expand Down

0 comments on commit 01400af

Please sign in to comment.