porsager / flems

A single file web playground and sandbox
Do What The F*ck You Want To Public License
489 stars 83 forks source link

ES Modules are not loaded as such in the tarball #81

Open pygy opened 4 years ago

pygy commented 4 years ago

ES Modules work fine in Flems, but the index.html loads them as <script>, not as <script type="module">, and the browsers refuse to load the files, even if they are served by Wright.

porsager commented 4 years ago

That was actually fixed here: https://github.com/porsager/flems/commit/7620dcb4d7c2784a4929d04053b4d0d205044a96

I just haven't had time to update flems.io ;)

porsager commented 4 years ago

Sorry.. Missed "tarball" in the subject.. That commit was not related 😩

Should be an easy fix though :)