mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 10:32:10 -05:00
fix(cli-service): devServer proxy should be optional (#7044)
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ interface ProjectOptions {
|
||||
/**
|
||||
* [All options for `webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) are supported
|
||||
*/
|
||||
devServer?: { proxy: string | object, [key: string]: any };
|
||||
devServer?: { proxy?: string | object, [key: string]: any };
|
||||
/**
|
||||
* Default: `undefined`
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user