修改地图

main
石超 2 years ago
parent 9c679e1246
commit 4610ba150f

@ -1,6 +1,4 @@
import { defineApplicationConfig } from '@vben/vite-config';
import { mars3dPlugin } from 'vite-plugin-mars3d';
import path, { resolve } from 'path';
export default defineApplicationConfig({
overrides: {
@ -55,10 +53,9 @@ export default defineApplicationConfig({
preprocessorOptions: {
less: {
javascriptEnabled: true,
},
},
},
plugins: [mars3dPlugin()],
plugins: [],
},
});

Loading…
Cancel
Save