Prevent function names mangling #4972
Unanswered
VladimirMikulic
asked this question in
General
Replies: 1 comment
-
Rollup produces much more readable output if that’s what you’re looking for. It also does scope hoisting, just like Parcel. Unlike Parcel, it’s not trivial to configure, but there are some nice wrappers such as Vite, Microbundle and Preconstruct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Parcel team,
I am using parcel v1.12.4 and I would like to prevent function names from being mangled.
Does Parcel support this?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions