Skip to content

Commit

Permalink
Fix breaking change -- remove writeStatic
Browse files Browse the repository at this point in the history
[breaking] remove writeStatic to align with Vite #5618 (sveltejs/kit#5618)
  • Loading branch information
elron committed Aug 10, 2022
1 parent d0ee6c7 commit 1942b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default function ({
builder.rimraf(assets)
builder.rimraf(pages)

builder.writeStatic(assets)
builder.writeClient(assets)
builder.writePrerendered(pages, { fallback })

Expand Down

0 comments on commit 1942b9a

Please sign in to comment.