minify-maven-plugin
minify-maven-plugin copied to clipboard
Add option to skip writing sourceMappingURL comment to file
The SourceMap response header https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap is ignored when sourceMappingURL 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?