Skip to content

Commit

Permalink
Merge pull request #11 from YummYume/fix/bundle-size
Browse files Browse the repository at this point in the history
Lower bundle size with .npmignore
  • Loading branch information
YummYume authored Mar 3, 2024
2 parents 701f6b4 + 67e9c13 commit a2db5c4
Show file tree
Hide file tree
Showing 3 changed files with 22 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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package.json
.vscode/*
test/build/*
CHANGELOG.md
.changeset/*

0 comments on commit a2db5c4

Please sign in to comment.