Skip to content

Commit

Permalink
fix(volar/jsx-directive): optimize bundle size (#611)
Browse files Browse the repository at this point in the history
* fix(volar/jsx-directive): optimize bundle size

* chore: add changeset

* ci: fix install error
  • Loading branch information
zhiyuanzmj committed Jan 5, 2024
1 parent 368f5ed commit a8ff7e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-ants-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-macros/volar": patch
---

optimize bundle size
3 changes: 2 additions & 1 deletion packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"@vue-macros/define-props": "workspace:*",
"@vue-macros/short-bind": "workspace:*",
"@vue-macros/short-vmodel": "workspace:*",
"@vue/language-core": "1.8.27"
"@vue/language-core": "1.8.27",
"vue": "^3.3.13"
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.5",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8ff7e1

Please sign in to comment.