[Vuejs]-After upgrading to vue-cli-4, relative paths no longer work in standard imports

0👍

It seems after spending hours trying to figure out a problem, I find the answer after posting on SO.

I don’t know how or why, but in my IDE (Visual Studio) the casing was different from the actual file system. I created the file through the IDE so who knows.

Now I’m going to try to track down this breaking change. So anyone out there that runs into something similar, make sure the filename in the actual folder matches exactly.

Leave a comment