We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4f8ac commit 7b92ae4Copy full SHA for 7b92ae4
apps/web/wxt.config.ts
@@ -91,12 +91,6 @@ export default defineConfig({
91
if (typeof plugin === `object` && plugin != null && `name` in plugin && plugin?.name === `vite-plugin-Radar`) {
92
return false
93
}
94
- if (Array.isArray(plugin)) {
95
- const first = plugin[0]
96
- if (typeof first === `object` && first != null && `name` in first && first.name === `vite-plugin-pwa`) {
97
- return false
98
- }
99
100
return true
101
}),
102
define: undefined,
0 commit comments