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

