mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Remove @vitejs/plugin-vue-jsx package
This commit is contained in:
parent
0bb0642be5
commit
f2024af40d
3 changed files with 1849 additions and 224 deletions
|
@ -1,5 +1,3 @@
|
|||
import vueJsx from '@vitejs/plugin-vue-jsx';
|
||||
|
||||
import path from 'path';
|
||||
const baseUrl = '/';
|
||||
|
||||
|
@ -70,7 +68,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
css: ['@/assets/styles/primevue.css', '/node_modules/primeflex/primeflex.css', '/node_modules/primeicons/primeicons.css', '@/assets/styles/flags.css'],
|
||||
vite: {
|
||||
plugins: [vueJsx()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'primevue/ripple': path.resolve(__dirname, './components/ripple/Ripple.js'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue