diff --git a/vite.config.ts b/vite.config.ts index a68f34c..1ca3b57 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -49,23 +49,4 @@ export default defineConfig({ }, allowedHosts: ['draw.xi.plus', 'draw.ngx.center'] }, - plugins: [ - react({ - babel: { - plugins: [ - 'react-dev-locator', - ], - }, - }), - traeBadgePlugin({ - variant: 'dark', - position: 'bottom-right', - prodOnly: true, - clickable: true, - clickUrl: 'https://www.trae.ai/solo?showJoin=1', - autoTheme: true, - autoThemeTarget: '#root' - }), - tsconfigPaths() - ], })