| 4 | import normalizePath from './utils/normalizePath.js'; |
| 5 | |
| 6 | interface PageConfig { |
| 7 | content: any; |
| 8 | path: string; |
| 9 | } |
| 10 | |
| 11 | const { getOptions, stringifyRequest } = loaderUtils; |
| 12 | export default function (this: webpack.LoaderContext<any>) { |
nothing calls this directly
no outgoing calls
no test coverage detected