Skip to content

Commit 4910f27

Browse files
authored
Breaking change fix - writeStatic is deprecated
Have writeClient write both the client and static files and remove writeStatic. This is a breaking change for adapter authors. [breaking] remove writeStatic to align with Vite #5618 sveltejs/kit#5618
1 parent d0ee6c7 commit 4910f27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default function ({
4242
builder.rimraf(assets)
4343
builder.rimraf(pages)
4444

45-
builder.writeStatic(assets)
4645
builder.writeClient(assets)
4746
builder.writePrerendered(pages, { fallback })
4847

0 commit comments

Comments
 (0)