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

Class

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

Source from the content-addressed store, hash-verified

1const HAS_WEBPACK_SERVE = process.env.WEBPACK_SERVE || process.env.WEBPACK_DEV_SERVER;
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