-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for inlined source in input source maps. #397
Comments
Any updates? |
Scheduled for 3.2. Nothing more so far! |
When handling input source map it checks whether sourcesContent is present and if it is so then it's reused in the output source map. Please enter the commit message for your changes. Lines starting
When handling input source map it checks whether sourcesContent is present and if it is so then it's reused in the output source map. Adds `sourceMapInlineSources` / `--source-map-inline-source` switches to control whether an inlined source map is created or not. In case an input source map with a `sourcesContent` field is provided then all sources from that source map are carried over to the output source map.
When handling input source map it checks whether sourcesContent is present and if it is so then it's reused in the output source map. Adds `sourceMapInlineSources` / `--source-map-inline-source` switches to control whether an inlined source map is created or not. In case an input source map with a `sourcesContent` field is provided then all sources from that source map are carried over to the output source map.
@boogerlad @lukeapage implemented in master, to be released with 3.2. |
@jakubpawlowicz this is a much anticipated feature, the lack of which though is not big enough an issue as to make the whole library unusable (if it were a javascript minifier, for example, it would be), but it would still be great to have it. |
@thealjey I plan to do it within next week. You can always use the 3.2.0-pre master if possible as the code for Re naming I just followed the way Less.js calls this switch, but I'll clarify it in the readme too. |
See #125 (comment)
The text was updated successfully, but these errors were encountered: