plugins.CodeSigningPlugin
• new CodeSigningPlugin(config)
Constructs new RepackPlugin.
| Name | Type | Description |
|---|---|---|
config |
CodeSigningPluginConfig |
Plugin configuration options. |
packages/repack/src/webpack/plugins/CodeSigningPlugin.ts:28
▸ apply(compiler): void
Apply the plugin.
| Name | Type | Description |
|---|---|---|
compiler |
Compiler |
Webpack compiler instance. |
void