-
Notifications
You must be signed in to change notification settings - Fork 710
Description
What problem does this feature solve?
Minify internal export names to reduce the bundle size. Rollup does it by default and can be disabled via output.minifyInternalExports.
What does the proposed API look like?
Not an API change.
Reactions are currently unavailable