fix(ui): fix make dev (#3795)

1. For some bizarre reason, importing inflection by itself is undefined. But you can import specific functions
2. Per https://github.com/vite-pwa/vite-plugin-pwa/issues/419, `type: 'module',` is only for non-chromium browsers
This commit is contained in:
Kendall Garner
2025-03-10 18:50:16 +00:00
committed by GitHub
parent 5c67297dce
commit a28462a7ab
8 changed files with 15 additions and 18 deletions
-1
View File
@@ -16,7 +16,6 @@ export default defineConfig({
filename: 'sw.js',
devOptions: {
enabled: true,
type: 'module',
},
}),
],