😅[ERROR] exports is not defined (ok)

https://bobbyhadz.com/blog/typescript-uncaught-referenceerror-exports-is-not-defined

<script>var exports = {};</script>
<!-- 👇️ your JS script should be below -->
<script src="index.js"></script>

Last updated