Uncaught SyntaxError: Cannot use import statement outside a module (at sandbox.js:34:1)
I am trying to import a file into my another js file (sandbox.js). I am getting above mentioned error in the browser console.
I am trying to import a file into my another js file (sandbox.js). I am getting above mentioned error in the browser console.