I have 3 files: index.html, index.js, Sprite.js
I want to import Sprite class from Sprite.js into index.js
I've tryed this:
import Sprite from "Sprite.js"
And also this:
import Sprite from Sprite
When i open the html with Google Chrome it gives me this error:
Uncaugth SyntaxError: Cannot use import statement outside a module