mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 00:36:18 +00:00
Moved all dist code to one folder
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig(({mode}) => {
|
||||
}
|
||||
|
||||
return {
|
||||
base: "/static/app/dist",
|
||||
base: "/static/dist/WGDashboardAdmin",
|
||||
plugins: [
|
||||
vue(),
|
||||
],
|
||||
@@ -50,7 +50,7 @@ export default defineConfig(({mode}) => {
|
||||
},
|
||||
build: {
|
||||
target: "es2022",
|
||||
outDir: 'dist',
|
||||
outDir: '../dist/WGDashboardAdmin',
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: `assets/[name]-[hash].js`,
|
||||
|
Reference in New Issue
Block a user