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 d59469d commit 791cfc1Copy full SHA for 791cfc1
packages/vike-solid-query/package.json
@@ -13,16 +13,13 @@
13
".": {
14
"browser": "./dist/index.js",
15
"node": "./dist/server.js",
16
- "default": "./dist/index.js",
17
- "types": "./dist/index.d.ts"
+ "types": "./dist/index.d.ts",
+ "default": "./dist/index.js"
18
},
19
"./config": "./dist/integration/config.js",
20
"./__internal/integration/Wrapper": {
21
- "solid": "./dist/integration/Wrapper.js",
22
- "import": {
23
- "types": "./dist/integration/Wrapper.d.ts",
24
- "default": "./dist/integration/Wrapper.js"
25
- }
+ "types": "./dist/integration/Wrapper.d.ts",
+ "default": "./dist/integration/Wrapper.js"
26
}
27
28
"scripts": {
0 commit comments