Open janibekm opened 5 years ago
Trying to use in angular 8 and here is some issues.
Solved!
You can find browser.js ../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js
then change node key: node:false --> Crypto:true, Stream:true
For example:
Trying to use in angular 8 and here is some issues.