瀏覽代碼

PWA disabled in development

feature/axios_provider
cyril.tsui 5 月之前
父節點
當前提交
7990d5f4c2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      next.config.js

+ 1
- 0
next.config.js 查看文件

@@ -5,6 +5,7 @@ const withPWA = require("next-pwa")({
dest: "public",
register: true,
skipWaiting: true,
disable: process.env.NODE_ENV === 'development'
});

const nextConfig = {


Loading…
取消
儲存