Explorar el Código

PWA disabled in development

feature/axios_provider
cyril.tsui hace 5 meses
padre
commit
7990d5f4c2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      next.config.js

+ 1
- 0
next.config.js Ver fichero

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

const nextConfig = {


Cargando…
Cancelar
Guardar