Skip to content

Commit 4c679ec

Browse files
authored
fix(cli-service): devServer proxy should be optional (#7044)
1 parent 7111fcf commit 4c679ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/types/ProjectOptions.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ interface ProjectOptions {
112112
/**
113113
* [All options for `webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) are supported
114114
*/
115-
devServer?: { proxy: string | object, [key: string]: any };
115+
devServer?: { proxy?: string | object, [key: string]: any };
116116
/**
117117
* Default: `undefined`
118118
*

0 commit comments

Comments
 (0)