| 45 | console.log(`Starting Webpack for product ${product}`) |
| 46 | |
| 47 | class ProductResolverPlugin { |
| 48 | // Imports foo.coco.bar, foo.ozar.bar, or foo.bar as appropriate |
| 49 | apply(resolver) { |
| 50 | resolver.ensureHook(this.target) |
nothing calls this directly
no outgoing calls
no test coverage detected