You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have an error when I try to use import test from './test' in my project.
It works with require('test.js') but my project is in ES6 so I would like to use it.
Error : Cannot use import outside a module.
How can I do it ?
Thanks
The text was updated successfully, but these errors were encountered:
Hey, I have an error when I try to use import test from './test' in my project.
It works with require('test.js') but my project is in ES6 so I would like to use it.
Error : Cannot use import outside a module.
How can I do it ?
Thanks
The text was updated successfully, but these errors were encountered: