Skip to content

Commit

Permalink
Compat with sveltejs/kit#5618
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakatiza666 authored Jul 30, 2022
1 parent 744aa92 commit b064624
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function ({ pages = 'build', assets = pages, fallback, precompres
builder.rimraf(assets);
builder.rimraf(pages);

builder.writeStatic(assets);
builder.writeClient(assets);

builder.writePrerendered(pages, { fallback });
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-adapter-chrome-extension",
"version": "1.0.3-next.1",
"version": "1.0.4-next.1",
"repository": {
"type": "git",
"url": "https://github.com/michmich112/sveltekit-adapter-chrome-extension"
Expand Down

0 comments on commit b064624

Please sign in to comment.