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 b381792 commit 662c8baCopy full SHA for 662c8ba
.changeset/pre.json
@@ -72,6 +72,7 @@
72
"cool-ducks-cheat",
73
"cool-hounds-divide",
74
"cool-spoons-dress",
75
+ "cuddly-files-decide",
76
"curvy-dots-join",
77
"curvy-eggs-sip",
78
"curvy-sloths-brake",
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 1.0.0-next.146
4
+
5
+### Patch Changes
6
7
+- [fix] enable Vite pre-bundling except for Svelte packages ([#2137](https://github.com/sveltejs/kit/pull/2137))
8
9
## 1.0.0-next.145
10
11
### Patch Changes
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "1.0.0-next.145",
+ "version": "1.0.0-next.146",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.14",
0 commit comments