| 5 | } |
| 6 | |
| 7 | class CustomImportPlugin { |
| 8 | install(less, pluginManager) { |
| 9 | pluginManager.addPreProcessor(new PluginPreProcessor()); |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | module.exports = CustomImportPlugin; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…