Ross Martin
Ross Martin
Thank you both for the info. I am no longer maintaining this project and have not been doing development using cordova for awhile now. PRs are welcome.
This should be resolved in the latest version published to npm (0.3.6).
I don't know of a way to create sourcemaps currently. I will look into this soon. I've been really busy lately :~) Thanks.
Sorry for the late response. Can you please provide the contents of your `uglify-config.json`? I think this issue is isolated to Windows.
It is odd that it is modifying files outside of your `foldersToProcess` - that is how it appears from your debug file. This behavior doesn't happen on OSX or Linux...
@jeromeXoo Thank you for providing this info. I had some time this evening to look into this issue and it appears that the last PR introduced a few problems. I...
@rchovan Thanks for reporting the issue. I have a theatre PC with Windows on it I'll try it this weekend. I'm not experiencing any issues on Ubuntu or Mac OS....
@koga73 Thanks for letting me know. Unfortunately my theatre PC that had Windows 10 on it died! Bad motherboard or power supply I think but I don't plan on reviving...
@koga73 Thanks a bunch for letting me know. I wonder if this is the issue you are having @rchovan ? Can you try it with the options from the readme?...
@luigi37 I think you may have revealed why others are experiencing this same issue. uglify-js does not work with ES6. I think most transpile their "modern" JS to ES5 before...