MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / runWebpack

Method runWebpack

tools/mage/js.go:61–63  ·  view source on GitHub ↗
(config string, args ...string)

Source from the content-addressed store, hash-verified

59}
60
61func (js Js) runWebpack(config string, args ...string) error {
62 return js.runYarnCommand("webpack", append([]string{fmt.Sprintf("--config=%s", config)}, args...)...)
63}
64
65func (js Js) runEslint(args ...string) error {
66 return js.runYarnCommand("eslint", append([]string{"--color", "--no-ignore", "--max-warnings", "0"}, args...)...)

Callers 2

BuildDllMethod · 0.95
BuildMethod · 0.95

Calls 1

runYarnCommandMethod · 0.95

Tested by

no test coverage detected