Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/pack-shared/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export interface ConfigComplete {
importSource?: string;
};
stats?: boolean;
pluginRuntimeStrategy?: "workerThreads" | "childProcesses";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This new configuration option should also be added to the project's JSON schema. Please update packages/pack/config_schema.json to include pluginRuntimeStrategy. This ensures that users benefit from validation and autocompletion for this new setting in their configuration files.

persistentCaching?: boolean;
nodePolyfill?: boolean;
devServer?: {
Expand Down
Loading