This commit is contained in:
xiaoaojiao
2025-09-14 22:18:52 +08:00
parent 7f29511cb6
commit f59feef223
21 changed files with 215 additions and 225 deletions

View File

@@ -6,7 +6,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
// https://vite.dev/config/
export default defineConfig({
// base: 'https://huodong2.lzlj.com/iceSip/',
base: 'https://huodong2.lzlj.com/faceFamily/',
plugins: [
vue({
template: {
@@ -22,16 +22,6 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
build: {
assetsInlineLimit: 0,
rollupOptions: {
output: {
manualChunks: {
phaser: ['phaser']
}
}
},
},
define: {
'__APP_VERSION__': JSON.stringify(packageJson.version)
},