Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

update Vite config to account for a Node process object #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import {
} from "workbox-precaching";
import { NavigationRoute, registerRoute } from "workbox-routing";

// TODO: review @web5/api process issue
import { activatePolyfills } from "./web-features";
// import { activatePolyfills } from "@web5/api";
import { activatePolyfills } from "@web5/api";

declare let self: ServiceWorkerGlobalScope;

Expand Down
Loading