We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3850d49 commit a56bc34Copy full SHA for a56bc34
packages/plugin-legacy/package.json
@@ -6,6 +6,12 @@
6
"files": [
7
"dist"
8
],
9
+ "keywords": [
10
+ "frontend",
11
+ "vite",
12
+ "vite-plugin",
13
+ "@vitejs/plugin-legacy"
14
+ ],
15
"main": "./dist/index.cjs",
16
"module": "./dist/index.mjs",
17
"types": "./dist/index.d.ts",
packages/vite/package.json
@@ -8,6 +8,14 @@
"bin": {
"vite": "bin/vite.js"
},
+ "framework",
+ "hmr",
+ "dev-server",
+ "build-tool",
+ "vite"
18
19
"main": "./dist/node/index.js",
20
"module": "./dist/node/index.js",
21
"types": "./dist/node/index.d.ts",
0 commit comments