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

Class PluginPreProcessor

test/fixtures/folder/customImportPlugin.cjs:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class PluginPreProcessor {
2 process() {
3 return '.imported-class {color: coral;}'
4 }
5}
6
7class CustomImportPlugin {
8 install(less, 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…