Options interface
Options to pass to Sym20WebpackPlugin
Signature
export interface Options
Properties
Property | Type | Description |
---|---|---|
cwd | string | Root folder for the |
entry | string | The entry file of the extension. The file must contain a class implementing IExtension. Default: |
files | string[] | Array of files to include in the extension. Each entry is a glob, and all files matching will be included |
id | string | ID of the extension. Default: Read from the |
name | string | Descriptive name of the extension |
packageJson | string | Path to |
version | string | Version of the extension. Default: Read from the |