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 f983b2c commit c99d29aCopy full SHA for c99d29a
packages/sveltekit/package.json
@@ -14,10 +14,15 @@
14
"browser": "build/esm/index.client.js",
15
"types": "build/types/index.types.d.ts",
16
"exports": {
17
- ".": {
18
- "browser": "./build/esm/index.client.js",
19
- "node": "./build/esm/index.server.js",
20
- "default": "./build/cjs/index.server.js"
+ "browser": {
+ "import": "./build/esm/index.client.js",
+ "require": "./build/cjs/index.client.js",
+ "default": "./build/esm/index.client.js"
21
+ },
22
+ "node": {
23
24
25
26
}
27
},
28
"publishConfig": {
0 commit comments