Skip to content

Commit

Permalink
fix: correct nodeEnv type in WebpackDevServerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
9romise committed Jan 23, 2025
1 parent 5a6a70b commit cfc3805
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 cfc3805

Please sign in to comment.