Babel Loader Error during nuxt generate
[issue link]Greetings,
I am attempting to deploy a static version of my app to gitlab pages,
I noticed the build is failing due to babel-loader barking about not being able to find ‘~components/MyComponent.vue’
The component is capitalized so i’m not sure if that’s part of the problem but running the app locally with npm run dev the issue does not exist.