We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f687c commit ed1a39bCopy full SHA for ed1a39b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "solid-logic",
3
- "version": "4.0.1",
+ "version": "4.0.2",
4
"description": "Core business logic of SolidOS",
5
"type": "module",
6
"main": "dist/solid-logic.js",
webpack.config.mjs
@@ -14,8 +14,7 @@ const externalsBase = {
14
}
15
16
const externalsESM = {
17
- ...externalsBase,
18
- 'rdflib': 'rdflib'
+ 'rdflib': { import: 'rdflib' }
19
20
21
const commonConfig = {
0 commit comments