remove next-pwa for now

This commit is contained in:
m5r
2021-08-08 10:58:28 +08:00
parent d20eeb0617
commit cc36a34149
16 changed files with 1869 additions and 479 deletions

View File

@ -1,3 +1,5 @@
jest.mock("next-pwa", () => ({ __esModule: true, default: jest.fn().mockImplementation((config) => config) }));
import { setConfig } from "blitz";
// see https://github.com/vercel/next.js/issues/4024