Skip to content

Commit

Permalink
fix: missing assets in bundle (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Nov 21, 2024
1 parent e45e4b0 commit d303ff0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-pigs-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dot-connect": patch
---

Fixed missing assets in bundle.
3 changes: 2 additions & 1 deletion packages/dot-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./font.css": "./assets/fonts/index.css"
},
"files": [
"build"
"build",
"assets"
],
"scripts": {
"dev": "tsc --build --watch",
Expand Down

0 comments on commit d303ff0

Please sign in to comment.