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 c2ba092 commit 36fcd53Copy full SHA for 36fcd53
vite.config.ts
@@ -1,7 +1,7 @@
1
import ViteYaml from '@modyfi/vite-plugin-yaml';
2
import react from '@vitejs/plugin-react';
3
import { defineConfig } from 'vite';
4
-import { VitePWA } from 'vite-plugin-pwa';
+// import { VitePWA } from 'vite-plugin-pwa';
5
import viteTsconfigPaths from 'vite-tsconfig-paths';
6
7
// https://vitejs.dev/config/
@@ -10,9 +10,9 @@ export default defineConfig({
10
react(),
11
viteTsconfigPaths(),
12
ViteYaml(),
13
- VitePWA({
14
- registerType: 'autoUpdate',
15
- }),
+ // VitePWA({
+ // registerType: 'autoUpdate',
+ // }),
16
],
17
build: {
18
rollupOptions: {
0 commit comments