()
| 93 | // See https://github.com/webpack/less-loader/issues/181#issuecomment-288220113 |
| 94 | const testPlugin = { |
| 95 | install() { |
| 96 | pluginInstalled = true; |
| 97 | }, |
| 98 | }; |
| 99 | const sourceMap = { outputSourceFiles: false }; |
| 100 | const plugins = [testPlugin]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…