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

Function createSingleCompiler

test/ChangesAndRemovals.test.js:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

createCompilerFunction · 0.70

Tested by

no test coverage detected