(compiler)
| 9 | plugins: [ |
| 10 | { |
| 11 | apply(compiler) { |
| 12 | (compiler.webpack ? compiler.hooks.afterDone : compiler.hooks.done).tap( |
| 13 | "webpack-cli-test", |
| 14 | () => { |
| 15 | console.log(`webpack ${webpack.version}`); |
| 16 | }, |
| 17 | ); |
| 18 | }, |
| 19 | }, |
| 20 | ], |
| 21 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected