Heya,
I’m currently getting a white screen when I try to render on Safari (Both browser and mobile).
This is due to certain unsupported syntaxissesss.
So f/e in my case I have this in my bundle.js
let ActivationService = class {
So safari doesn’t support let I assume, not sure if it supports class, but it complains about what comes after let.
To me it seems like I’m missing a shim or something in compile options.
Does this ring a bell for anyone?
I am using webpack so that might be why it’s screwed up.