Skip to content

Commit

Permalink
Lower bundle size with .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
YummYume committed Mar 3, 2024
1 parent 701f6b4 commit 0e6c277
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-spoons-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bun-stimulus-plugin": patch
---

Lower bundle size by ignoring files.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.eslintignore
.eslintrc
.gitignore
.prettierignore
.prettierrc.json
bun.lockb
bun.sh
bunfig.toml
compose.yml
Makefile
tsconfig.json
tsup.config.ts
.changeset
.github
node_modules
test

0 comments on commit 0e6c277

Please sign in to comment.