-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The source map handling in WMR can be a lot better. Namely:
- Ensure
--sourcemapgenerates sourcemaps Add groundwork for source map support #715 - Merge source maps in
container.transform() - Ensure
acorn-traversegenerates correct mappings - 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.jsvsfoo.js - Improve performance of source map generation (check if it can be made so fast, that we can turn this always on)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working