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
mode is not for dll so webpack it to production which results in minified dll, Instead mode should either "inherited" or set to "none" so webpack is not minifying dll in all cases automatically.
now i'm doing this:
new AutoDllPlugin({
config: { mode:"none" },
plugins: [...
to avoid unneeded minification.
The text was updated successfully, but these errors were encountered:
mode is not for dll so webpack it to production which results in minified dll, Instead mode should either "inherited" or set to "none" so webpack is not minifying dll in all cases automatically.
now i'm doing this:
to avoid unneeded minification.
The text was updated successfully, but these errors were encountered: