a "keepName" option for oxc_minifier #8259
ianzone
started this conversation in
Feature Request
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
We haven't implemented name removal yet, but we'll eventually need https://esbuild.github.io/api/#keep-names |
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
-
Sometimes, we need to keep variable and function names in production builds, such as when building storybook static sites. The names mustn't be minified to display the correct source code.
Beta Was this translation helpful? Give feedback.
All reactions