options |
object
|
|
Options
Properties
Name |
Type |
Attributes |
Default |
Description |
projectName |
string
|
|
|
Project name |
skipBundles |
Array.<string>
|
<optional>
|
|
Names of bundles that should not be created |
excludes |
Array.<string>
|
<optional>
|
[]
|
List of modules declared as glob patterns (resource name patterns)
that should be excluded from the library-preload.js bundle.
A pattern ending with a slash '/' will, similarly to the use of a single '*' or double '**' asterisk,
denote an arbitrary number of characters or folder names.
Re-includes should be marked with a leading exclamation mark '!'. The order of filters is relevant; a later
inclusion overrides an earlier exclusion, and vice versa. |
|