Skip to content

Commit 33e4516

Browse files
committed
Refactor: Remove unused plugins from Vite configuration
1 parent 155378a commit 33e4516

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

vite.config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ export default defineConfig(({ mode }) => ({
1111
port: 8080,
1212
allowedHosts: [".agentico.dev", ".lovable.app", ".lovableproject.com"],
1313
},
14-
plugins: [
15-
react(),
16-
mode === 'development' &&
17-
componentTagger(),
18-
// Put the Sentry vite plugin after all other plugins
19-
sentryVitePlugin({
20-
authToken: process.env.SENTRY_AUTH_TOKEN,
21-
org: "la-rebelion-labs",
22-
project: "javascript-react",
23-
}),
24-
].filter(Boolean),
2514
base: "/",
2615
resolve: {
2716
alias: {

0 commit comments

Comments
 (0)