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 297cfd4 commit 1435cf2Copy full SHA for 1435cf2
package.json
@@ -7,7 +7,7 @@
7
"type": "git",
8
"url": "git+https://github.com/solidos/profile-pane.git"
9
},
10
- "main": "lib/profile-pane.js",
+ "main": "lib/index.js",
11
"types": "lib/index.d.ts",
12
"files": [
13
"/lib",
@@ -79,10 +79,10 @@
79
"node-polyfill-webpack-plugin": "^4.1.0",
80
"raw-loader": "^4.0.2",
81
"rdflib": "^2.3.0",
82
- "terser-webpack-plugin": "^5.3.14",
83
- "ts-loader": "^9.5.4",
84
"solid-logic": "^4.0.1",
85
"solid-ui": "^3.0.1",
+ "terser-webpack-plugin": "^5.3.14",
+ "ts-loader": "^9.5.4",
86
"typescript": "^5.9.2",
87
"webpack": "^5.103.0",
88
"webpack-cli": "^6.0.1",
webpack.config.mjs
0 commit comments