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
- configuration.optimization.runtimeChunk should be one of these:
boolean | "single" | "multiple" | object { name? }
-> Create an additional chunk which contains only the webpack runtime and chunk hash maps
Details:
* configuration.optimization.runtimeChunk.name should be a string.
* configuration.optimization.runtimeChunk.name should be an instance of function.
* configuration.optimization.runtimeChunk.name should be one of these:
string | function
-> The name or name factory for the runtime chunks
Expected output:
- configuration.optimization.runtimeChunk should be one of these:
boolean | "single" | "multiple" | object { name? }
-> Create an additional chunk which contains only the webpack runtime and chunk hash maps
Details:
* configuration.optimization.runtimeChunk.name should be one of these:
string | function
-> The name or name factory for the runtime chunks
Details:
* configuration.optimization.runtimeChunk.name should be a string.
* configuration.optimization.runtimeChunk.name should be an instance of function.
The text was updated successfully, but these errors were encountered:
Feature Proposal
Example:
Feature Use Case
Actual output:
Expected output:
The text was updated successfully, but these errors were encountered: