We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we define de plugin with this configuration:
new ClosurePlugin ({mode : 'AGGRESSIVE_BUNDLE'}, {languageOut : 'ECMASCRIPT_2018'})
this unnecesary code is included on top of compiled source:
(function(__wpcc){'use strict';var a;"undefined"===typeof a&&(a=function(){});a.p="";}).call(this || window, (window.__wpcc = window.__wpcc || {}));
When the polifills aren't necesary, this code can be removed.
The text was updated successfully, but these errors were encountered:
Yeah facing the same issue
Sorry, something went wrong.
No branches or pull requests
When we define de plugin with this configuration:
this unnecesary code is included on top of compiled source:
When the polifills aren't necesary, this code can be removed.
The text was updated successfully, but these errors were encountered: