IgnorePlugin
This plugin will prevent the generation of modules for import or require calls matching the regular expressions.
Options
- Type:
- Default:
undefined
Example
When using the following configuration:
rspack.config.mjs
which means any require statement matching './locale' from any directories ending with 'moment' will be ignored.

