feat: update issues
This commit is contained in:
@@ -2,7 +2,7 @@ import { createPinia } from 'pinia';
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
import { router } from './router.js';
|
||||
import './style.css';
|
||||
import './styles.css';
|
||||
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
@@ -4,16 +4,6 @@ import { resolve } from 'path';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
chunkFileNames: 'static/assets/js/[name]-[hash].js',
|
||||
entryFileNames: 'static/assets/js/[name]-[hash].js',
|
||||
assetFileNames: 'static/assets/[ext]/[name]-[hash].[ext]',
|
||||
}
|
||||
}
|
||||
},
|
||||
base: "./",
|
||||
minify: true,
|
||||
sourceMap: true,
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user