File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from "vite" ;
22import react from "@vitejs/plugin-react-swc" ;
33import path from "path" ;
4- import { componentTagger } from "lovable-tagger" ;
4+ // import { componentTagger } from "lovable-tagger";
55
66// https://vitejs.dev/config/
77export default defineConfig ( ( { mode } ) => ( {
@@ -10,12 +10,12 @@ export default defineConfig(({ mode }) => ({
1010 host : "::" ,
1111 port : 8080 ,
1212 } ,
13- plugins : [
14- react ( ) ,
15- mode === 'development' &&
16- componentTagger ( ) ,
17- ] . filter ( Boolean ) ,
18- // plugins: [react()],
13+ // plugins: [
14+ // react(),
15+ // mode === 'development' &&
16+ // componentTagger(),
17+ // ].filter(Boolean),
18+ plugins : [ react ( ) ] ,
1919 resolve : {
2020 alias : {
2121 "@" : path . resolve ( __dirname , "./src" ) ,
You can’t perform that action at this time.
0 commit comments