We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa92f1c commit e6fbddcCopy full SHA for e6fbddc
tools/pfe-tools/dev-server/config.ts
@@ -149,7 +149,6 @@ function pfeDevServerPlugin(options: PfeDevServerInternalConfig): Plugin {
149
};
150
}
151
152
-
153
function normalizeOptions(options?: PfeDevServerConfigOptions): PfeDevServerInternalConfig {
154
const config = { ...getPfeConfig(), ...options ?? {} };
155
config.site = { ...config.site, ...options?.site ?? {} };
0 commit comments