Class: CodeSigningPlugin
plugins.CodeSigningPlugin
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new CodeSigningPlugin(config
)
Constructs new RepackPlugin
.
Parameters
Name | Type | Description |
---|---|---|
config | CodeSigningPluginConfig | Plugin configuration options. |
Defined in
packages/repack/src/webpack/plugins/CodeSigningPlugin.ts:28
Methods
apply
▸ apply(compiler
): void
Apply the plugin.
Parameters
Name | Type | Description |
---|---|---|
compiler | Compiler | Webpack compiler instance. |
Returns
void