gulp-javascript-obfuscator
gulp-javascript-obfuscator copied to clipboard
Breaking changes: remove deprecated sourcemap generation
Remove deprecated methods
In previous versions, if gulp-sourcemaps was not used and obfuscator's sourceMap option was set to true, a .map file will be thrown to Gulp stream. (This method is removed in this PR and not recommended for future use.)
This PR is intended to be merged in the next release (2.0.0)
@DRSDavidSoft / @Wain-PC any progress?
@WuglyakBolgoink This pull request only removes the previous (old) soucemap generation method that was deprecated with #18. No features is added by this PR since the new method is also present in v1.1.6. (Both are present, and depending on the configuration, one is used.)
This PR is intended to be merged in semver-2.0 as to not break existing code that might use the older sourcemap generation method.
The author can merge this PR and bump the version, now, or later.