We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by BalusC Saturday Feb 03, 2018 at 18:19 GMT Originally opened as samaxes#157
The SourceMap response header https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap is ignored when sourceMappingURL comment is present.
SourceMap
sourceMappingURL
Neither the documentation nor the source code indicates that there's an option to disable writing sourceMappingURL comment to minified file.
Can this be added?
The text was updated successfully, but these errors were encountered:
This can now be configured via closureSourceMapOutputType. It also supports a new feature: inline source maps.
closureSourceMapOutputType
inline
Sorry, something went wrong.
No branches or pull requests
Issue by BalusC
Saturday Feb 03, 2018 at 18:19 GMT
Originally opened as samaxes#157
The
SourceMap
response header https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap is ignored whensourceMappingURL
comment is present.Neither the documentation nor the source code indicates that there's an option to disable writing
sourceMappingURL
comment to minified file.Can this be added?
The text was updated successfully, but these errors were encountered: