I have set up HMR successfully, everything working, including proxying the backend site. The only issue remaining is, that I can't see the actual original code (ES2015) in the browser unless I do a full reload.
Did I miss something or is this not possible? I use 'cheap-module-eval-source-map'
, tried 'cheap-module-inline-source-map'
. Is it even possible to provide sourcemaps in replaced modules, because they have to be evaluated?