Skip to content

Commit

Permalink
build(package): omit formatting generated index to reduce package size (
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Jul 28, 2024
1 parent 42233d6 commit fccaad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,919 deletions.
2 changes: 0 additions & 2 deletions scripts/index-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ await Bun.write(
export const components: Record<string, { path: string; classes: string[]; }> = Object.freeze(${JSON.stringify(
components,
null,
2,
)});\n`,
);
Loading

0 comments on commit fccaad1

Please sign in to comment.