Skip to content

Commit

Permalink
feat(dev): provide moduleDirectories option in web-worker package
Browse files Browse the repository at this point in the history
  • Loading branch information
fooddilsn committed May 12, 2023
1 parent 98c36cf commit 565f1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-worker/src/utils.ts
Expand Up @@ -73,6 +73,7 @@ export function getRunnerOptions(): any {
moduleCache,
mockMap,
interopDefault: config.deps.interopDefault ?? true,
moduleDirectories: config.moduleDirectories,
root: config.root,
base: config.base,
}
Expand Down

0 comments on commit 565f1d2

Please sign in to comment.