MCPcopy
hub / github.com/webpack/webpack / createMultiCompiler

Function createMultiCompiler

test/WatcherEvents.test.js:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 });
33
34const createMultiCompiler = () =>
35 createCompiler([
36 {
37 context: path.join(__dirname, "fixtures"),
38 entry: "./a.js"
39 }
40 ]);
41
42expectNoDeprecations();
43

Callers 1

Calls 1

createCompilerFunction · 0.70

Tested by

no test coverage detected