- Notifications
You must be signed in to change notification settings - Fork37
Breaking changes: remove deprecated sourcemap generation#19
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Breaking changes: remove deprecated sourcemap generation#19
Conversation
WuglyakBolgoink commentedJul 5, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@DRSDavidSoft /@Wain-PC any progress? |
DRSDavidSoft commentedJul 5, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@WuglyakBolgoink This pull request only removes the previous (old) sourcemap generation method that wasdeprecated with#18. No features is added by this PR since the new method is also present inv1.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 thatmight use the older sourcemap generation method. The author can merge this PR and bump the version, now, or later. |
Uh oh!
There was an error while loading.Please reload this page.
Remove deprecated methods
In previous versions, if
gulp-sourcemaps
was not used and obfuscator'ssourceMap option was set totrue, a.map file will be thrown to Gulp stream. (This method isremoved in this PR and not recommended for future use.)This PR is intended to be merged in the next release (
2.0.0
)