Skip to content

Commit 7b92ae4

Browse files
authored
feat: remove pwa (#1115)
1 parent dc4f8ac commit 7b92ae4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/web/wxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ export default defineConfig({
9191
if (typeof plugin === `object` && plugin != null && `name` in plugin && plugin?.name === `vite-plugin-Radar`) {
9292
return false
9393
}
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-
}
10094
return true
10195
}),
10296
define: undefined,

0 commit comments

Comments
 (0)