Skip to content

Commit ed1a39b

Browse files
committed
fixed ESM externlas and updated version
1 parent f8f687c commit ed1a39b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-logic",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Core business logic of SolidOS",
55
"type": "module",
66
"main": "dist/solid-logic.js",

webpack.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const externalsBase = {
1414
}
1515

1616
const externalsESM = {
17-
...externalsBase,
18-
'rdflib': 'rdflib'
17+
'rdflib': { import: 'rdflib' }
1918
}
2019

2120
const commonConfig = {

0 commit comments

Comments
 (0)