Skip to content

Commit a826b8a

Browse files
committed
add xmldom and whatwg-url as externals
1 parent d73b3bc commit a826b8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webpack.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const externalsBase = {
77
'isomorphic-fetch': 'fetch',
88
'text-encoding': 'TextEncoder',
99
'@trust/webcrypto': 'crypto',
10-
// Removed @xmldom/xmldom and whatwg-url - use native browser APIs
10+
'@xmldom/xmldom': 'window',
11+
'whatwg-url': 'URL',
1112
'rdflib': '$rdf'
1213
}
1314

0 commit comments

Comments
 (0)