You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always include sourcesContent, so that the original code is shown in browser devtools
Ensure npm plugin supports source maps (might need a rewrite) - out of scope for now. The rewrite will happen either way and we can do the source maps in one go
Add source map support to .sass (iirc they have different file mappings)
Decide on path format ./foo.js vs foo.js
Improve performance of source map generation (check if it can be made so fast, that we can turn this always on)
The source map handling in WMR can be a lot better. Namely:
--sourcemapgenerates sourcemaps Add groundwork for source map support #715container.transform()acorn-traversegenerates correct mappingssourcesContent, so that the original code is shown in browser devtoolsEnsure npm plugin supports source maps (might need a rewrite)- out of scope for now. The rewrite will happen either way and we can do the source maps in one go.sass(iirc they have different file mappings)./foo.jsvsfoo.js