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

Method install

test/helpers/getCodeFromLess.js:175–177  ·  view source on GitHub ↗
(lessInstance, pluginManager)

Source from the content-addressed store, hash-verified

173
174class CustomImportPlugin {
175 install(lessInstance, pluginManager) {
176 pluginManager.addFileManager(new ResolvePlugin());
177 }
178}
179
180/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected