-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue When Transpiling / Minifying #78
Comments
This only comes up when using minified es6. @pachonk care to test this out? |
Hmm, could I get more context to the issue?
…On Wed, Aug 2, 2017, 8:00 AM snuggs ***@***.***> wrote:
This only comes up when using minified es6. @pachonk
<https://github.com/pachonk> care to test this out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGaPSx-jfC17sihvR4VpS9eY791fOAB4ks5sUHLUgaJpZM4OLfi6>
.
|
@pachonk check out the We use this https://github.com/paulovieira/UglifyJS2 |
@pachonk to be clear i don't know what that first error is. That should cure half your queries. 😜 |
@angelocordon @robcole @brandondees come to find out this was a bug in Safari. They have recently fixed it and is in current preview of Safari 11 (releasing in September). This is a good thing but requires someone to be forced to update. This bug still lingers for many people on safari who haven't updated. This is a perfect example of by leaning on the specs since they are "living" not every browser will always be at 100%. That being said the onus is on the PLATFORM VENDOR not the developer to update as in this case. The problem is happening when we minify ES6 -> ES6(minified with UglifyJS). I'll get this fixed up after I do a little research on the references. Luckily we have an unminified version that works fine and can use that in the mean time for Safari support. Thus (temporarily) fixing the initial issue @angelocordon and I first discovered. Reference Links
Fix for UglifyJS
Problematic UglifyJS OutputIf you notice below the |
I think there is an issue with Uglify-JS or webcomponentsjs. As it's breaking our functionality in Safari at least within jsfiddle. https://jsfiddle.net/whdLtc5q/
The text was updated successfully, but these errors were encountered: