Skip to content

Commit 07b59b0

Browse files
authored
chore: remove jsx plugin for webcomponents (#1480)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal configuration to remove unused plugin dependencies. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 91883e2 commit 07b59b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unraid-ui/vite.web-component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { fileURLToPath, URL } from 'node:url';
22
import vue from '@vitejs/plugin-vue';
3-
import vueJsx from '@vitejs/plugin-vue-jsx';
43
import tailwindcss from 'tailwindcss';
54
import { defineConfig } from 'vite';
65
import vueDevTools from 'vite-plugin-vue-devtools';
76

87
// https://vite.dev/config/
98
export default defineConfig({
10-
plugins: [vue(), vueJsx(), vueDevTools()],
9+
plugins: [vue(), vueDevTools()],
1110
resolve: {
1211
alias: {
1312
'@': fileURLToPath(new URL('./src', import.meta.url)),

0 commit comments

Comments
 (0)