-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
vue build src/main.js --prod cant resolve @/components/Hello #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
posva
added a commit
to posva/vue-cli
that referenced
this issue
Apr 1, 2017
Closes vuejs#422 This makes it easier to combine with the official webpack template
I am experiencing the same issue, any update on this? |
egoist
pushed a commit
that referenced
this issue
Jun 7, 2017
* Add an alias from '@' to src Closes #422 This makes it easier to combine with the official webpack template * Update vue-build
EDIT: I was being dumb. Solution: run |
This was referenced Dec 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vue build src/main.js --prod doesnt build because it cant resolve the include path '@/component/Hello'
Using npm 4, latest vue-cli and it happens on fresh install of vue init webpack my-project
npm run dev works just fine
The text was updated successfully, but these errors were encountered: