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
__commonjsHelpers__.js
This chunk is generated by default for single-vendor strategy`, is required by every entry and no one entry use it code.
single-vendor
To drop it from bundle I use next override and everything is working fine
customSplitting: { __commonjsHelpers__: [/some unreachable check/], // override jquery: [/jquery/], vendor: [/node_modules/], react: [/react/, /react-dom/], common: [/src\/ts\/utils/, /src\/ts\/components/], },
The text was updated successfully, but these errors were encountered:
same question
Sorry, something went wrong.
No branches or pull requests
This chunk is generated by default for
single-vendor
strategy`, is required by every entry and no one entry use it code.To drop it from bundle I use next override and everything is working fine
The text was updated successfully, but these errors were encountered: