(val: string)
| 98 | }; |
| 99 | |
| 100 | export const rootResolve = (val: string) => path.resolve(process.cwd(), val); |
| 101 | |
| 102 | export const originalRequire = () => { |
| 103 | // @ts-ignore need this to use the original 'require.resolve' as it's replaced by webpack |
no outgoing calls
no test coverage detected