examples/extra-async-chunk/template.md
This example shows the automatically created async commons chunks.
The example entry references two chunks:
abcabdThese chunks share modules a and b. The optimization extract these into chunk Z:
Note: The optimization compares the size of chunk Z to some minimum value, but this is disabled from this example. In practice, there is no configuration needed for this.
cdabPretty useful for a router in a SPA.
_{{example.js}}_
_{{dist/output.js}}_
_{{dist/a_js-b_js.output.js}}_
_{{dist/c_js.output.js}}_
_{{dist/d_js.output.js}}_
_{{stdout}}_
_{{production:stdout}}_