angular.json only gives the option to turn on/off sourcemap generation but by default it's in separate files.
tsconfig.json gives also the inlineSources option but it's ignored by angular-cli.
Is there a way to tell angular-cli to write the source maps inside the .js?
ngx-build-plus
does not work with the latest Angular. Error:Cannot read property 'architect' of undefined
. I cannot understand the Angular CLI developers to decide against this options. Since it's very easy to implement. Just an option with optional webpack.config.js. Without this official option, we have to rely on a 3rd library. And in this case, it does not work. A pain... – Chemosphere