-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
indexPath doesn't work in development mode #4247
Comments
looks like #4057 may solve this. |
My version (3.9.2) still has this issue (and the underlying code that #4057 addresses). When will this be fixed? |
haoqunjiang
pushed a commit
that referenced
this issue
Jul 18, 2019
3.9.3 published just now. |
This was referenced Oct 17, 2020
This was referenced Nov 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.9.0
Reproduction link
https://github.com/lastlink/pdf-sync-reader-server-ui
Environment info
Steps to reproduce
Was following this guide https://wildermuth.com/2019/04/08/Using-Vue-CLI-Inside-an-ASP-NET-Core-Project and added an additional command watch.
I noticed that with mode development indexPath wasn't used while outputDir was still used. Is this expected behavior? When I changed the command to
"watch": "vue-cli-service build --mode production --watch"
the watch auto build worked fine.What is expected?
indexPath is used while in development mode from cli.
What is actually happening?
Ignoring indexPath completely and only using defaults from outputDir.
The text was updated successfully, but these errors were encountered: