We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
description
keywords
1 parent a495edf commit 67ab76bCopy full SHA for 67ab76b
packages/plugin-vue-jsx/package.json
@@ -4,6 +4,12 @@
4
"type": "module",
5
"license": "MIT",
6
"author": "Evan You",
7
+ "description": "Provides Vue 3 JSX & TSX support with HMR.",
8
+ "keywords": [
9
+ "vite",
10
+ "vite-plugin",
11
+ "vue"
12
+ ],
13
"files": [
14
"dist"
15
],
packages/plugin-vue/package.json
+ "description": "The official plugin for Vue SFC support in Vite.",
0 commit comments