diff --git a/plugin/src/core/resolvePluginOptions.ts b/plugin/src/core/resolvePluginOptions.ts index f79df81..67389c8 100644 --- a/plugin/src/core/resolvePluginOptions.ts +++ b/plugin/src/core/resolvePluginOptions.ts @@ -93,13 +93,13 @@ export function resolvePluginOptions({ priority, build: build ? Object.assign( - { - serverPort: 8080, - dist: 'mockServer', - log: 'error', - }, - typeof build === 'object' ? build : {}, - ) + { + serverPort: 8080, + dist: 'mockServer', + log: 'error', + }, + typeof build === 'object' ? build : {}, + ) : false, proxies, wsProxies,