### Version [v2.4.3](https://github.com/nuxt.js/releases/tag/v2.4.3) ### Reproduction link [https://codesandbox.io/s/zrl1qrlo3p](https://codesandbox.io/s/zrl1qrlo3p) ### Steps to reproduce Go to the CodeSandbox reproduction link and open the terminal window. ### What is expected ? Resolve .vue files without throwing errors in the terminal. ### What is actually happening? It resolves .vue files but still throws an error in the terminal. ``` ERROR in ~/pages/index.vue Cannot find module '~/components/HelloWorld'. import HelloWorld from "~/components/HelloWorld"; ```  <!--cmty--> <div align="right"><sub><em>This bug report is available on <a href="https://cmty.app/nuxt">Nuxt</a> community (<a href="https://cmty.app/nuxt/nuxt.js/issues/c8696">#c8696</a>)</em></sub></div>