ソースを参照

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 = {


読み込み中…
キャンセル
保存