Closed zaydek closed 3 years ago
This should be added as as CLI flag option and not necessarily enabled by default. Can follow the Sass convention and do something like ... --no-source-map
or --source-map
as a boolean flag (should check what esbuild does). I like the boolean flag more.
Added but not yet implemented.
This actually shouldn’t be too hard. It looks like sourcemaps work automatically so long as you include them. Even though we have some indirection that’s fine because it still calls out to the original page and so on.