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

Class CustomImportPlugin

test/fixtures/folder/customImportPlugin.cjs:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
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

Used in the wild real call sites across dependent graphs

searching dependent graphs…