Charles Lyding 326e9234c4 refactor(@angular/cli): remove use of global require resolve
The global require function is not present in Node.js ESM mode. To support
the eventual transition of the `@angular/cli` package to ESM, usage of the
`require.resolve` function has been converted to use locally created `require`
functions via `createRequire` from the `module` builtin.
2022-09-20 10:19:45 -04:00
..