[Vuejs]-VueJS Webpack – Can't add new aliases, vue files don't load

0👍

Adding an answer here in case people arrive at this with the same issue.

I think what you are doing absolutely should work, and I was debugging a similar issue for some time. I found that the fix was as simple as restarting webpack, since it seems that it doesn’t “hot reload” changes to the config.

Worth double-checking, I think.

Leave a comment