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