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
webpack runtime code is split out and inline to html
What is actually happening?
webpack runtime code is inside app.js
webpack optimization.runtimeChunk is disabled by default for zero config reason, see this issue, so need set it to true to split out webpack runtime code.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.10
Reproduction link
no need
Steps to reproduce
npm run build
What is expected?
webpack runtime code is split out and inline to html
What is actually happening?
webpack runtime code is inside app.js
webpack optimization.runtimeChunk is disabled by default for zero config reason, see this issue, so need set it to
true
to split out webpack runtime code.The text was updated successfully, but these errors were encountered: