Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
const
createMultiCompiler = () =>
35
createCompiler([
36
{
37
context: path.join(__dirname,
"fixtures"
),
38
entry:
"./a.js"
39
}
40
]);
41
42
expectNoDeprecations();
43
Callers
1
WatcherEvents.test.js
File · 0.70
Calls
1
createCompiler
Function · 0.70
Tested by
no test coverage detected