We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7111fcf commit 4c679ecCopy full SHA for 4c679ec
packages/@vue/cli-service/types/ProjectOptions.d.ts
@@ -112,7 +112,7 @@ interface ProjectOptions {
112
/**
113
* [All options for `webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) are supported
114
*/
115
- devServer?: { proxy: string | object, [key: string]: any };
+ devServer?: { proxy?: string | object, [key: string]: any };
116
117
* Default: `undefined`
118
*
0 commit comments