You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2020. It is now read-only.
Hi. I'm using the latest version of this package - 0.2.0.
Issue
Providing mangle.exclude doesn't exclude the given class/method names from being mangled.
Minify options
newBabelMinifyPlugin({removeConsole: true,mangle: {topLevel: true,exclude: {/* I need to preserve the names of the classes listed below */'FormProvider': true,'Form': true,'connectField': true,'Condition': true,'Field': true}}})
Hi. I'm using the latest version of this package -
0.2.0.Issue
Providing
mangle.excludedoesn't exclude the given class/method names from being mangled.Minify options
Environment
Reproduce
dev/bundle-sizebranch if not there already.npm run buildto build the project in production modePlease help me resolve this issue. Thanks.