8000 types(vue.config.js): add descriptions for config by vegerot · Pull Request #5967 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

types(vue.config.js): add descriptions for config #5967

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

Merged
merged 6 commits into from
Nov 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/@vue/cli-service/types/ProjectOptions.d.ts
Co-authored-by: Binwei Fang <fangbinwei@yeah.net>
  • Loading branch information
vegerot and fangbinwei authored Nov 1, 2020
commit 84f6fd3fba0c1a20c898ccb11f002a1712f9ff83
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/types/ProjectOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface CSSOptions {
*/
extract?: boolean | ExtractOptions;
/**
* Default: `true`
* Default: `false`
* Whether to enable source maps for CSS. Setting this to `true` may affect build performance
*/
sourceMap?: boolean;
Expand Down
0