| 5 | export const isWebpack5 = webpack.version.startsWith('5.'); |
| 6 | |
| 7 | interface LoaderUtilsModule { |
| 8 | getOptions<T>(loaderContext: { query: string }): T; |
| 9 | }; |
| 10 | let loaderUtils: LoaderUtilsModule | undefined; |
| 11 | |
| 12 | export function getOptions( |
no outgoing calls
no test coverage detected