Skip to content

Commit 7010843

Browse files
authored
fix: Ignore source map parse errors (#710)
1 parent c25e913 commit 7010843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/worker/src/workflow/bundler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export class WorkflowCodeBundler {
216216
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
217217
library: '__TEMPORAL__',
218218
},
219+
ignoreWarnings: [/Failed to parse source map/],
219220
});
220221

221222
// Cast to any because the type declarations are inaccurate

0 commit comments

Comments
 (0)