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 b95f925 commit e40a37cCopy full SHA for e40a37c
.changeset/pre.json
@@ -453,6 +453,7 @@
453
"hot-keys-walk",
454
"hot-kings-confess",
455
"hot-lions-cough",
456
+ "hot-mayflies-visit",
457
"hot-planes-shout",
458
"hot-taxis-jam",
459
"hungry-coats-sort",
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 1.0.0-next.469
4
+
5
+### Patch Changes
6
7
+- disable `rollupOptions.output.hoistTransitiveImports` by default ([#6560](https://github.com/sveltejs/kit/pull/6560))
8
9
## 1.0.0-next.468
10
11
### Patch Changes
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "1.0.0-next.468",
+ "version": "1.0.0-next.469",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
0 commit comments