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
There could always be multiple entry from same plugin/theme or different plugin/theme. We need a way to handle it.
output.jsonpFunction
optimization.runtimeChunk
single
runtime
The text was updated successfully, but these errors were encountered:
fix: issue with multiple webpackJsonp & runtime
846c2c0
Now every webpack config will have different webpackJsonp and there will only be a single runtime. See #13
swashata/wpackio-enqueue@168f281
swashata
No branches or pull requests
There could always be multiple entry from same plugin/theme or different plugin/theme. We need a way to handle it.
output.jsonpFunction
so that they don't override each other.optimization.runtimeChunk
, set tosingle
. This will generate one runtime chunk for all entrypoints.runtime
only once.The text was updated successfully, but these errors were encountered: