can I use binary js in my index.html?
I converted my code to jsxbin adn part of it is the main.js which is referenced from my index.html.
I'm asking this since i get errors such as:
Uncaught SyntaxError: Invalid or unexpected token whne i try to run my panel.
Can i include it:
<script src="./js/export/main.jsxbin"></scripr>
