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 2ee9767 commit 49787b8Copy full SHA for 49787b8
website/src/root.tsx
@@ -1,10 +1,5 @@
1
import { component$ } from '@builder.io/qwik';
2
-import {
3
- QwikCityProvider,
4
- RouterOutlet,
5
- ServiceWorkerRegister,
6
-} from '@builder.io/qwik-city';
7
-import { isDev } from '@builder.io/qwik/build';
+import { QwikCityProvider, RouterOutlet } from '@builder.io/qwik-city';
8
import { Head } from './components';
9
import './styles/root.css';
10
import { disableTransitions } from './utils';
@@ -18,7 +13,6 @@ export default component$(() => (
18
13
>
19
14
<RouterOutlet />
20
15
{/* {!isDev && <SpeedInsights />} */}
21
- {!isDev && <ServiceWorkerRegister />}
22
16
</body>
23
17
</QwikCityProvider>
24
));
website/src/routes/service-worker.ts
0 commit comments