-
-
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
vue inspect rules error #3334
Comments
This fails when trying to read a prop that webpack-chain adds. it should be present even though the example uses I suspect that the real cause will be found in upstream in |
@LinusBorg vue-cli/packages/@vue/cli-service/lib/Service.js Lines 233 to 247 in 2b6dba3
For rules added without |
should only return rules that actually have a name (= which were added with the chainWebpack API) close #3334
Submitted a small PR for this. comments welcome, I'm still undecided between two ways to solve this. |
Version
3.3.0
Environment info
Steps to reproduce
Execute
vue inspect -- rules
with the followingvue.config.js
What is expected?
I should get the list of rules + the ones if the file https://github.com/Kitware/vtk-js/blob/master/Utilities/config/dependency.js
What is actually happening?
The text was updated successfully, but these errors were encountered: