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 16
16
"@builder.io/qwik" : " workspace:^" ,
17
17
"@builder.io/qwik-city" : " workspace:^" ,
18
18
"@builder.io/qwik-labs" : " workspace:^" ,
19
- "@builder.io/vite-plugin-macro" : " 0.0.7" ,
20
19
"@eslint/js" : " 9.32.0" ,
21
20
"@netlify/edge-functions" : " 2.17.0" ,
22
21
"@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';
3
3
import { qwikCity } from '@builder.io/qwik-city/vite' ;
4
4
import tsconfigPaths from 'vite-tsconfig-paths' ;
5
5
import { qwikInsights , qwikTypes } from '@builder.io/qwik-labs/vite' ;
6
- import { macroPlugin } from '@builder.io/vite-plugin-macro' ;
7
6
import tailwindcss from '@tailwindcss/vite' ;
8
7
9
8
export default defineConfig ( async ( ) => {
10
9
return {
11
10
plugins : [
12
- macroPlugin ( { preset : 'pandacss' } ) ,
13
11
// Disable CSRF protection
14
12
qwikCity ( ) ,
15
13
qwikTypes ( ) ,
You can’t perform that action at this time.
0 commit comments