fix: exclude native modules from Vite dependency optimization (#2615)

This commit is contained in:
Ted Liang
2026-03-14 11:51:00 +11:00
committed by GitHub
parent 32c54e1245
commit 3106fd7483
+2
View File
@@ -72,6 +72,8 @@ export default defineConfig({
'playwright',
'playwright-core',
'@playwright/browser-chromium',
'lightningcss',
'fsevents',
],
},
resolve: {