I am using such webpack option to compile:
devtool: 'eval-nosources-cheap-module-source-map'
But I found it cannot map line number to source when printing stack using "new Error().stack". Only sourceURL works, the sourceMappingURL with base64 format doesn't work.