MCPcopy Index your code
hub / github.com/MALSync/MALSync / wrapChunks

Method wrapChunks

webpackConfig/utils/WrapperPlugin.js:64–70  ·  view source on GitHub ↗
(compilation, chunks)

Source from the content-addressed store, hash-verified

62 }
63
64 function wrapChunks(compilation, chunks) {
65 Object.keys(chunks).forEach(fileName => {
66 if (ModuleFilenameHelpers.matchObject(tester, fileName)) {
67 wrapFile(compilation, fileName, compilation.hash);
68 }
69 });
70 }
71 }
72}
73

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected