Skip to content

Commit dcf4581

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-cli/src/types.ts

+1-1
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)