Skip to content

Commit 4a87228

Browse files
committed
chore(insights): remove unused vite-plugin-macro
1 parent ecc9685 commit 4a87228

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/insights/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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",

packages/insights/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import { qwikVite } from '@builder.io/qwik/optimizer';
33
import { qwikCity } from '@builder.io/qwik-city/vite';
44
import tsconfigPaths from 'vite-tsconfig-paths';
55
import { qwikInsights, qwikTypes } from '@builder.io/qwik-labs/vite';
6-
import { macroPlugin } from '@builder.io/vite-plugin-macro';
76
import tailwindcss from '@tailwindcss/vite';
87

98
export default defineConfig(async () => {
109
return {
1110
plugins: [
12-
macroPlugin({ preset: 'pandacss' }),
1311
// Disable CSRF protection
1412
qwikCity(),
1513
qwikTypes(),

0 commit comments

Comments
 (0)