Skip to content

Commit ac9331b

Browse files
committed
aligned rdflib global naming
1 parent 8984b92 commit ac9331b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ const externalsBase = {
88
'isomorphic-fetch': 'fetch',
99
'text-encoding': 'TextEncoder',
1010
'@trust/webcrypto': 'crypto'
11+
// Removed @xmldom/xmldom and whatwg-url - use native browser APIs
1112
}
1213

1314
// rdflib externalized
1415
const externalsWithoutRdflib = {
1516
...externalsBase,
16-
rdflib: 'rdflib'
17+
'rdflib': '$rdf'
1718
}
1819

1920
// rdflib bundled

0 commit comments

Comments
 (0)