You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g.
index.js:5 Uncaught ReferenceError: require is not defined
at index.js:5:14
index.html:1 Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://tst.1st-social.com/html/avif.js/') with script ('https://.../avif.js/avif-sw.js'): ServiceWorker script evaluation failed
The text was updated successfully, but these errors were encountered:
demo/index.html is not working due to the numerous JS errors
<script **type="module"** src="index.js"></script>even if I change to
e.g.
index.js:5 Uncaught ReferenceError: require is not defined
at index.js:5:14
index.html:1 Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://tst.1st-social.com/html/avif.js/') with script ('https://.../avif.js/avif-sw.js'): ServiceWorker script evaluation failed
The text was updated successfully, but these errors were encountered: