So I'm getting the following error when I try to load an external js file in the index.html
Uncaught SyntaxError: Unexpected token <
This how I'm calling it:
<script async src="/src/assets/fabric.min.js"></script>
I'm not sure why it's giving this error because if I use cdnjs it works fine:
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.7.22/fabric.min.js"></script>
I can provide more details if necessary.
https://www.npmjs.com/package/fabricthen install it usingVue.use(fabric)http://localhost:8080/#/<. But you already solved it.