Skip to content

Commit

Permalink
Minor clean-up of unnecessary items
Browse files Browse the repository at this point in the history
  • Loading branch information
leomorpho committed Sep 29, 2024
1 parent e9039be commit 4e4ac28
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 256 deletions.
4 changes: 2 additions & 2 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function build() {

// Write the metafile for Svelte bundle
await fs.writeFile(
"meta_svelte_bundle.json",
path.join(outputDir, "meta_svelte_bundle.json"),
JSON.stringify(svelteResult.metafile)
);

Expand All @@ -54,7 +54,7 @@ async function build() {

// Write the metafile to disk and open with https://esbuild.github.io/analyze/
await fs.writeFile(
"meta_vanilla_bundle.json",
path.join(outputDir, "meta_vanilla_bundle.json"),
JSON.stringify(vanillaResult.metafile)
);

Expand Down
1 change: 0 additions & 1 deletion meta_svelte_bundle.json

This file was deleted.

1 change: 0 additions & 1 deletion meta_vanilla.json

This file was deleted.

1 change: 0 additions & 1 deletion meta_vanilla_bundle.json

This file was deleted.

251 changes: 0 additions & 251 deletions service-worker-template.js

This file was deleted.

0 comments on commit 4e4ac28

Please sign in to comment.