DllPlugin
The DllPlugin is used in a separate rspack configuration exclusively to create a dll-only-bundle.
Options
- Type:
Examples
The Plugin will create a manifest.json which is written to the given path.
It contains mappings from require and import requests to module ids.
The manifest.json is used by the DllReferencePlugin
Combine this plugin with output.library options to expose the dll function.
This page is adapted from webpack documentation under the CC BY 4.0, with modifications.

