This example combines Code Splitting and Loaders. Make sure you have read the documentation of the examples that show the feature alone.
The bundle loader is used to create a wrapper module for file.js
that loads this module on demand. The wrapper module returns a function that can be called to asynchronously receive the inner module.
_{{example.js}}_
_{{file.js}}_
_{{dist/output.js}}_
_{{dist/929.output.js}}_
_{{stdout}}_
_{{production:stdout}}_