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

Method install

test/fixtures/folder/customImportPlugin.cjs:8–10  ·  view source on GitHub ↗
(less, pluginManager)

Source from the content-addressed store, hash-verified

6
7class CustomImportPlugin {
8 install(less, pluginManager) {
9 pluginManager.addPreProcessor(new PluginPreProcessor());
10 }
11}
12
13module.exports = CustomImportPlugin;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected