Skip to content

Commit

Permalink
fix: disable module mangling in rollup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kushadige committed Nov 30, 2024
1 parent 47ea613 commit 344443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const outputPlugins = [
join_vars: false,
},
mangle: {
module: true,
module: false,
keep_fnames: true,
},
output: {
Expand Down

0 comments on commit 344443e

Please sign in to comment.