[rc1] alias ~ is all broken.
[issue link]I use alias ‘~’ in my project.
for example,
pages/index.vue
import Loading from '~/components/Loading'
import Errors from '~/components/Errors'
import ProjectListTable '~/containers/ProjectListTable'
...
but all is error like Cannot find module '~/components/Loading' from '/path/to/project'.
Is there any change about this ?