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

Class Plugin

test/loader.test.js:797–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 const less = require("less");
796
797 class Plugin extends less.FileManager {
798 constructor(lessInstance, pluginManager) {
799 super();
800
801 if (typeof pluginManager.webpackLoaderContext !== "undefined") {
802 contextInClass = true;
803 }
804 }
805 }
806
807 class CustomClassPlugin {
808 install(lessInstance, pluginManager) {

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…