MCPcopy
hub / github.com/webpack/webpack / createSingleCompiler

Function createSingleCompiler

test/WatcherEvents.test.js:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26};
27
28const createSingleCompiler = () =>
29 createCompiler({
30 context: path.join(__dirname, "fixtures"),
31 entry: "./a.js"
32 });
33
34const createMultiCompiler = () =>
35 createCompiler([

Callers 1

Calls 1

createCompilerFunction · 0.70

Tested by

no test coverage detected