8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.5.3
https://github.com/ZaidBarghouthi/vue-cli-index-path-issue
vue info doesn't work! Usage: vue <command> [options] Options: -V, --version output the version number -h, --help output usage information
see README in repo.
vue-cli-service build --watch runs in development mode and indexPath is not ignored!
vue-cli-service build --watch
build --watch should either run in development mode and not ignore indexPath, or it should run in production by default!
build --watch
vue-cli-service build --watch runs in development mode and indexPath is ignored
The text was updated successfully, but these errors were encountered:
Were you able to resolve this? I also need it to NOT ignore indexPath when running in development mode.
Sorry, something went wrong.
no!
It is likely a Vue CLI issue. There are work arounds. You can find details here: #2327
No branches or pull requests
Version
3.5.3
Reproduction link
https://github.com/ZaidBarghouthi/vue-cli-index-path-issue
Environment info
Steps to reproduce
see README in repo.
What is expected?
vue-cli-service build --watch
runs in development mode and indexPath is not ignored!build --watch
should either run in development mode and not ignore indexPath, or it should run in production by default!What is actually happening?
vue-cli-service build --watch
runs in development mode and indexPath is ignoredThe text was updated successfully, but these errors were encountered: