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