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

Function watchCommand

smoketests/missing-packages/webpack.test.js:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21};
22
23const watchCommand = () => {
24 const packageName = "webpack";
25 const args = ["watch"];
26 const logMessage = "For using 'watch' command you need to install: 'webpack' package.";
27
28 return runTest(packageName, args, logMessage);
29};
30
31const serveCommand = () => {
32 const packageName = "webpack";

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected