Skip to content

Commit 14ce62b

Browse files
committed
feat(pack): napi add pluginRuntimeStratefy type
1 parent 394559b commit 14ce62b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pack-shared/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export interface ConfigComplete {
224224
importSource?: string;
225225
};
226226
stats?: boolean;
227+
pluginRuntimeStrategy?: "workerThreads" | "childProcesses";
227228
persistentCaching?: boolean;
228229
nodePolyfill?: boolean;
229230
devServer?: {

0 commit comments

Comments
 (0)