albertoantunes
albertoantunes
@ORESoftware i believe this issue happens because only the /home/node directory is owned by the node user in the default node image. The /app directory is created and owned by...
@OgaBoss solution didn't work as-is in my case. I needed to just add the .vue extension at the end and then it worked! ``` import Collapse from './Collapse.vue' import Item...
turns out my webpack.config was not configured to recognize .vue extensions. After i added extensions property in my resolve config, it worked as is, without the need to add .vue...
@MBach, @OgaBoss solution didn't work as-is in my case. I needed to just add the .vue extension at the end and then it worked! ``` import Collapse from './Collapse.vue' import...