Skip to content

Commit

Permalink
removes tree shaking option (its implicit https://rollupjs.org/introd…
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Mar 28, 2024
1 parent 862bb0f commit 49bff68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default [{
dir: "dist/esm",
format: "esm",
preserveModules: true,
treeShaking: true,
plugins: [terser(terserOptions)]
}
]
Expand Down

0 comments on commit 49bff68

Please sign in to comment.