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
when i use import *** from ** in the files which in components folder , and it doesn't work.
I just want to import the file which in the next level folder.
the Console show Cannot assign to read only property 'exports' of object '#<Object>'
i don't know if the webpack.base.conf problem? it didn't happen in previous versions.
The text was updated successfully, but these errors were encountered:
Hello!
Please, open the issue on the relevant template repo (I think you're using the webpack one) and provide some steps to reproduce the problem.
Thanks!
when i use
import *** from **
in the files which in components folder , and it doesn't work.I just want to import the file which in the next level folder.
the Console show
Cannot assign to read only property 'exports' of object '#<Object>'
i don't know if the
webpack.base.conf
problem? it didn't happen in previous versions.The text was updated successfully, but these errors were encountered: