We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8984b92 commit ac9331bCopy full SHA for ac9331b
webpack.config.js
@@ -8,12 +8,13 @@ const externalsBase = {
8
'isomorphic-fetch': 'fetch',
9
'text-encoding': 'TextEncoder',
10
'@trust/webcrypto': 'crypto'
11
+ // Removed @xmldom/xmldom and whatwg-url - use native browser APIs
12
}
13
14
// rdflib externalized
15
const externalsWithoutRdflib = {
16
...externalsBase,
- rdflib: 'rdflib'
17
+ 'rdflib': '$rdf'
18
19
20
// rdflib bundled
0 commit comments