mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
Webpack 5+ no longer provides node shims by default. The dev-server builder previously assumed that Webpack would provide them. This change adds a conditional check to cover both cases.
Angular Webpack Build Facade
WIP