Skip to content

Commit b2f6b19

Browse files
committed
chore: remove vue-jsx
1 parent 2802d74 commit b2f6b19

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build": "node vite.js build"
99
},
1010
"devDependencies": {
11-
"@vitejs/plugin-vue-jsx": "^4.2.0",
1211
"vite": "catalog:",
1312
"vite-hyper-config": "^0.7.0",
1413
"vite-plugin-inspect": "^11.1.0",

playground/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import { defineConfig } from 'vite'
22
import Inspect from 'vite-plugin-inspect'
33
import VueJsxVapor from 'vue-jsx-vapor/vite'
4-
// import VueJsx from '@vitejs/plugin-vue-jsx'
54

65
export default defineConfig({
76
plugins: [
87
VueJsxVapor({
98
macros: true,
109
}),
11-
// VueJsx(),
1210
Inspect(),
1311
],
1412
})

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)