🐞 Bug report
Command (mark with an x)
Is this a regression?
Yes, the previous version in which this bug was not present was: ....
Description
When I use "@angular-devkit/build-angular": "~0.901.12" my project work well.
But when I upgrade "@angular-devkit/build-angular": "~0.1001.1" my project not run with many errors below:

I try to find out what different and I know the problem
@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js
node: false
I need to set node: {crypto: true, stream: true}, then my project work well
Of course, I can do manually, but that is unprofessional and will be difficult for other programmers
I want to ask have any way to custom node like that automatically ?