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

Class CustomClassPlugin

test/loader.test.js:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 }
806
807 class CustomClassPlugin {
808 install(lessInstance, pluginManager) {
809 pluginManager.addFileManager(new Plugin(lessInstance, pluginManager));
810 }
811 }
812
813 const customObjectPlugin = {
814 install(lessInstance, packageManager) {

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…