Skip to content

Commit

Permalink
fix: correct nodeEnv type in WebpackDevServerOptions (#4378)
Browse files Browse the repository at this point in the history
  • Loading branch information
9romise authored Feb 4, 2025
1 parent 909f7d8 commit dcf4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type WebpackDevServerOptions = DevServerConfig &
WebpackOptionsNormalized &
FileCacheOptions &
Argv & {
nodeEnv?: "string";
nodeEnv?: string;
watchOptionsStdin?: boolean;
progress?: boolean | "profile" | undefined;
analyze?: boolean;
Expand Down

0 comments on commit dcf4581

Please # to comment.