This subject which should be trivial turned out to be a mess for me. I have am angular-cli project, and trying to configure webpack to create source maps, d.ts files and polyfill files. first things first, tried to configure source maps. I did ng eject and have the config file. what do I need to configure in the config file to create source maps?
Tried looking for an answer online... nothing really relevant.