Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RollupDynamicImportVarsOptions

Index

Properties

exclude?: string | RegExp | (string | RegExp)[]

Files to exclude in this plugin (default none).

default

[]

include?: string | RegExp | (string | RegExp)[]

Files to include in this plugin (default all).

default

[]

warnOnError?: boolean

By default, the plugin quits the build process when it encounters an error. If you set this option to true, it will throw a warning instead and leave the code untouched.

default

false