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 2ca1e3b commit c14b37aCopy full SHA for c14b37a
.changeset/fresh-trees-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/repl': patch
3
4
+
5
+fix svelte field of package.json
packages/repl/package.json
@@ -23,7 +23,7 @@
23
"vite": "^4.1.1"
24
},
25
"type": "module",
26
- "svelte": "./src/lib/index.js",
+ "svelte": "index.js",
27
"dependencies": {
28
"@rollup/browser": "^3.15.0",
29
"@sveltejs/site-kit": "3.2.2",
0 commit comments