Hi. I'm using the new quasar 0.15 template.
I have a blank page on safari under iOS 9.3.5 (can't be update more than that).
When I inspect it with safari devtools I see 2 errors:
SyntaxError: Unexpected token '>' in vendor chunk
ReferenceError: Can't find variable: webpackJsonp in app chunk
I think it is related to es6 support. At least the first error I think it refers to arrow function =>
Is there any way to support this browser with some babel configuration?
Hi,
That was it. Both errors are gone after I've replaced the problematic library.
Thank you.
Most helpful comment
That was it. Both errors are gone after I've replaced the problematic library.
Thank you.