MCPcopy Create free account
hub / github.com/webpack/webpack-cli /

Class

test/watch/watch-variable/webpack.config.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const isInProcess = process.env.WEBPACK_WATCH;
2
3class CustomTestPlugin {
4 constructor(isInEnvironment) {
5 this.isInEnvironment = isInEnvironment;
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected