* Entry point for a plugin. It should perform any kind of setup or initialization * hook into compiler's events. * * @param compiler Webpack compiler instance.
(compiler: webpack.Compiler)
| 25 | * @param compiler Webpack compiler instance. |
| 26 | */ |
| 27 | apply(compiler: webpack.Compiler): void; |
| 28 | } |
| 29 | |
| 30 | /** |
no outgoing calls
no test coverage detected