imperodesign / generator-impero

Impero's website skeleton generator, courtesy of Yeoman
Other
1 stars 1 forks source link

DevTools failed to parse SourceMap #66

Closed samhh closed 7 years ago

samhh commented 7 years ago

With lazy loaded bundles. Not noticed any actual issues with source mapping yet though.

samhh commented 7 years ago

https://github.com/imperodesign/generator-impero/commit/6db02420251a7171ec269ad622eb0cae2959dabb

samhh commented 7 years ago

I think with source-map the sourcemap was being generated and placed somewhere that Chrome could intelligently find, but the bundle could not as the path was bad (ignoring publicPath). I think.

samhh commented 7 years ago

Note that after this change breakpoints may break per what I've read online. If so, change to eval-source-map.