File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1616 "@builder.io/qwik" : " workspace:^" ,
1717 "@builder.io/qwik-city" : " workspace:^" ,
1818 "@builder.io/qwik-labs" : " workspace:^" ,
19- "@builder.io/vite-plugin-macro" : " 0.0.7" ,
2019 "@eslint/js" : " 9.32.0" ,
2120 "@netlify/edge-functions" : " 2.17.0" ,
2221 "@tailwindcss/vite" : " 4.1.11" ,
Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ import { qwikVite } from '@builder.io/qwik/optimizer';
33import { qwikCity } from '@builder.io/qwik-city/vite' ;
44import tsconfigPaths from 'vite-tsconfig-paths' ;
55import { qwikInsights , qwikTypes } from '@builder.io/qwik-labs/vite' ;
6- import { macroPlugin } from '@builder.io/vite-plugin-macro' ;
76import tailwindcss from '@tailwindcss/vite' ;
87
98export default defineConfig ( async ( ) => {
109 return {
1110 plugins : [
12- macroPlugin ( { preset : 'pandacss' } ) ,
1311 // Disable CSRF protection
1412 qwikCity ( ) ,
1513 qwikTypes ( ) ,
You can’t perform that action at this time.
0 commit comments