We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d22f89 commit 7a62654Copy full SHA for 7a62654
.changeset/pre.json
@@ -57,6 +57,7 @@
57
"chatty-trees-sell",
58
"clean-rice-fly",
59
"clever-trains-drum",
60
+ "cold-pumpkins-enjoy",
61
"cuddly-maps-dance",
62
"curly-pianos-brush",
63
"dirty-boxes-sip",
packages/vite-plugin-svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/vite-plugin-svelte
2
3
+## 1.0.0-next.40
4
+
5
+### Patch Changes
6
7
+- improve handling of transitive cjs dependencies of svelte libraries during dev ssr ([#289](https://github.com/sveltejs/vite-plugin-svelte/pull/289))
8
9
## 1.0.0-next.39
10
11
### Patch Changes
packages/vite-plugin-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
- "version": "1.0.0-next.39",
+ "version": "1.0.0-next.40",
"license": "MIT",
"author": "dominikg",
"files": [
0 commit comments