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