Skip to content

Commit cde496d

Browse files
committed
adds it to the other exclude list
1 parent e514794 commit cde496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initialize.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ${result.source}`
3636
const [NODE_MAJOR, NODE_MINOR] = process.versions.node.split('.').map(Number)
3737

3838
const brokenLoaders = NODE_MAJOR === 18 && NODE_MINOR === 0
39-
const iitmExclusions = [/langsmith/, /openai\/_shims/, /openai\/resources\/chat\/completions\/messages/]
39+
const iitmExclusions = [/langsmith/, /openai\/_shims/, /openai\/resources\/chat\/completions\/messages/, /openai\/agents-core\/dist\/shims/]
4040

4141
export async function load (url, context, nextLoad) {
4242
const iitmExclusionsMatch = iitmExclusions.some((exclusion) => exclusion.test(url))

0 commit comments

Comments
 (0)