todolist
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user