Skip to content

Commit dcf4581

Browse files
authored
fix: correct nodeEnv type in WebpackDevServerOptions (#4378)
1 parent 909f7d8 commit dcf4581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack-cli/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ type WebpackDevServerOptions = DevServerConfig &
164164
WebpackOptionsNormalized &
165165
FileCacheOptions &
166166
Argv & {
167-
nodeEnv?: "string";
167+
nodeEnv?: string;
168168
watchOptionsStdin?: boolean;
169169
progress?: boolean | "profile" | undefined;
170170
analyze?: boolean;

0 commit comments

Comments
 (0)