1
Hello! My application has stopped compiling, causing problems in general purpose modules. The Crypto module was the first error that appeared, so I looked for a solution to this error.
The solution I found changes the webpack-config browser.js file. Crypto error is gone but several errors keep popping up:
Would this be an error in Webpack? I did not install webpack in the application, I believe it was installed together with angular/cli.
The versions I’m using:
Face to start has no way you use the webpack and angular-cli in the same project.... Even because angularcli already has an embedded webpack. Your problem was created using exactly what?
– rafaelmacedo
The webpack is the embedded one so, because I didn’t manually install the webpack. The error came up all of a sudden. It appeared that a module would get depreciated, but I thought it was just a recommendation, and suddenly it got like this, full of mistakes.
– Guilherme