MCPcopy Create free account
hub / github.com/webpack/less-loader / install

Function install

test/loader.test.js:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 // See https://github.com/webpack/less-loader/issues/181#issuecomment-288220113
94 const testPlugin = {
95 install() {
96 pluginInstalled = true;
97 },
98 };
99 const sourceMap = { outputSourceFiles: false };
100 const plugins = [testPlugin];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…