Renamed alias file

pull/4683/head
Tuğçe Küçükoğlu 2023-10-24 15:12:26 +03:00
parent d94c2ce80f
commit 7570226206
3 changed files with 4 additions and 2 deletions

View File

@ -42,11 +42,13 @@ const STYLE_ALIAS = {
'primevue/editor/style': path.resolve(__dirname, './components/lib/editor/style/EditorStyle.js'),
'primevue/fieldset/style': path.resolve(__dirname, './components/lib/fieldset/style/FieldsetStyle.js'),
'primevue/fileupload/style': path.resolve(__dirname, './components/lib/fileupload/style/FileUploadStyle.js'),
'primevue/floatlabel/style': path.resolve(__dirname, './components/lib/floatlabel/style/FloatLabelStyle.js'),
'primevue/focustrap/style': path.resolve(__dirname, './components/lib/focustrap/style/FocusTrapStyle.js'),
'primevue/galleria/style': path.resolve(__dirname, './components/lib/galleria/style/GalleriaStyle.js'),
'primevue/image/style': path.resolve(__dirname, './components/lib/image/style/ImageStyle.js'),
'primevue/inlinemessage/style': path.resolve(__dirname, './components/lib/inlinemessage/style/InlineMessageStyle.js'),
'primevue/inplace/style': path.resolve(__dirname, './components/lib/inplace/style/InplaceStyle.js'),
'primevue/inputgroup/style': path.resolve(__dirname, './components/lib/inputgroup/style/InputGroupStyle.js'),
'primevue/inputmask/style': path.resolve(__dirname, './components/lib/inputmask/style/InputMaskStyle.js'),
'primevue/inputnumber/style': path.resolve(__dirname, './components/lib/inputnumber/style/InputNumberStyle.js'),
'primevue/inputswitch/style': path.resolve(__dirname, './components/lib/inputswitch/style/InputSwitchStyle.js'),

View File

@ -1,4 +1,4 @@
import aliasConfig from './alias.config';
import aliasConfig from './nuxt-vite.config.js';
const baseUrl = '/';

View File

@ -2,7 +2,7 @@ import vue from '@vitejs/plugin-vue';
import path from 'path';
import { mergeConfig } from 'vite';
import { defineConfig } from 'vitest/config';
import aliasConfig from './alias.config';
import aliasConfig from './nuxt-vite.config.js';
export default mergeConfig(
aliasConfig,