|
@@ -9,7 +9,9 @@ const port = process.argv.includes('--port')
|
|
|
|
|
|
// https://vite.dev/config/
|
|
// https://vite.dev/config/
|
|
export default defineConfig({
|
|
export default defineConfig({
|
|
- plugins: [vue(),Components({
|
|
|
|
|
|
+ plugins: [
|
|
|
|
+ vue(),
|
|
|
|
+ Components({
|
|
resolvers: [AntDesignVueResolver({ importStyle: false })],
|
|
resolvers: [AntDesignVueResolver({ importStyle: false })],
|
|
}),],
|
|
}),],
|
|
// base: `/ide2/proxy/${port}/`,
|
|
// base: `/ide2/proxy/${port}/`,
|