freeman-lab / regl-site

demo and documentation site for regl
http://regl.party
MIT License
10 stars 3 forks source link

Examples don't load in Safari on macOS #12

Open Splendorr opened 7 years ago

Splendorr commented 7 years ago

Safari 10.0 macOS 10.11.6

The animations on the home page at regl.party load just fine. But when I go to the Examples, the "Loading..." text never goes away, animations never load, and the following console errors consistently appear:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) https://wzrd.in/multi
[Error] SyntaxError: JSON Parse error: Unexpected identifier "Cannot" - bundle.js:5755
    parse (bundle.js:5755)
    downloadedModules (bundle.js:5755)
    on_end (bundle.js:6106)
    on_state_change (bundle.js:6056)

I am able to load the examples in Chrome on the same computer & network.

@mikolalysenko Says, "We should be running the es2020 transform on wzrd.in in order to support the es6 features like template strings."