MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / jsDev

Function jsDev

gulpfile.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33async function jsDev() {
34 return runCommand('webpack-cli', ['-w', '--config', 'scripts/webpack.conf.js']);
35}
36
37async function jsProd() {
38 return runCommand('webpack-cli', ['--config', 'scripts/webpack.conf.js']);

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.85

Tested by

no test coverage detected