hybrid icon indicating copy to clipboard operation
hybrid copied to clipboard

importScripts issue with commas

Open alastaircoote opened this issue 8 years ago • 0 comments

UglifyJS ends up putting an importScripts() call in a series of comma-separated declarations, and the script currently injects a semicolon, which breaks that. Need to come up with an answer that doesn't cause some other knock-on issues.

alastaircoote avatar Jan 24 '17 06:01 alastaircoote