Interface: CodeSigningPluginConfig
plugins.CodeSigningPluginConfig
CodeSigningPlugin configuration options.
Table of contents
Properties
Properties
enabled
• Optional
enabled: boolean
Whether the plugin is enabled. Defaults to true
Defined in
packages/repack/src/webpack/plugins/CodeSigningPlugin.ts:13
excludeChunks
• Optional
excludeChunks: string
[]
Names of chunks to exclude from being signed.
Defined in
packages/repack/src/webpack/plugins/CodeSigningPlugin.ts:19
outputPath
• outputPath: string
Output path to a directory, where signed bundles should be saved.
Defined in
packages/repack/src/webpack/plugins/CodeSigningPlugin.ts:15
privateKeyPath
• privateKeyPath: string
Path to the private key.