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

Function createSingleCompiler

test/ChangesAndRemovals.test.js:30–37  ·  test/ChangesAndRemovals.test.js::createSingleCompiler
()

Source from the content-addressed store, hash-verified

28const tempFile2Path = path.join(tempFolderPath, class="st">"temp-file2.js");
29
30const createSingleCompiler = () =>
31 createCompiler({
32 entry: tempFilePath,
33 output: {
34 path: tempFolderPath,
35 filename: class="st">"bundle.js"
36 }
37 });
38
39/**
40 * @param {import(class="st">"../").Compiler} compiler compiler

Callers 1

Calls 1

createCompilerFunction · 0.70

Tested by

no test coverage detected