gulp-javascript-obfuscator icon indicating copy to clipboard operation
gulp-javascript-obfuscator copied to clipboard

Breaking changes: remove deprecated sourcemap generation

Open DRSDavidSoft opened this issue 5 years ago • 2 comments

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 avatar Mar 30 '19 03:03 DRSDavidSoft