| Path : /proc/self/root/var/www/html/thb_loan_system/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/self/root/var/www/html/thb_loan_system/vite.config.js |
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [
laravel({
input: [
'resources/sass/app.scss',
'resources/js/daterangepicker.js',
],
refresh: true,
}),
// vue({
// template: {
// transformAssetUrls: {
// base: null,
// includeAbsolute: false,
// },
// },
// }),
],
// resolve: {
// alias: {
// vue: 'vue/dist/vue.esm-bundler.js',
// },
// },
});