-
-
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
types(vue.config.js): add descriptions for config #5967
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 😃, just a small problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct spelling
Co-authored-by: Binwei Fang <[email protected]>
Co-authored-by: Binwei Fang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
Personally, I have found it frustrating working with
vue.config.js
, due to lack of type information available. Yesterday I discovered #2138 (comment) , and was delighted to see I had a bit more info, but still not as much as I'd like.This commit adds JSDoc documentation (from
docs/config/README.md
) to add better editor support forvue.config.js