Skip to content

Commit

Permalink
fix #8 builder.writeClient has replace writeStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Sep 28, 2022
1 parent d57da8a commit c2cca3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function ({
builder.rimraf(assets);
builder.rimraf(pages);

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

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.212",
"@sveltejs/kit": "^1.0.0-next.212",
"@types/fs-extra": "^9.0.11",
"playwright-chromium": "^1.17.0",
"port-authority": "^1.1.2",
"sirv": "^1.0.19",
"svelte": "^3.44.2",
"playwright-chromium": "^1.17.0",
"port-authority": "^1.1.2",
"sirv": "^1.0.19",
"svelte": "^3.44.2",
"uvu": "^0.5.2"
},
"scripts": {
Expand Down

0 comments on commit c2cca3b

Please sign in to comment.