mirror of https://github.com/sgoudham/carbon.git
only register service-work for editor (#710)
parent
69d12afc52
commit
9ddb821fa4
@ -1,3 +1,3 @@
|
|||||||
const withOffline = require('next-offline')
|
const withOffline = require('next-offline')
|
||||||
|
|
||||||
module.exports = withOffline()
|
module.exports = withOffline({ dontAutoRegisterSw: true })
|
||||||
|
Loading…
Reference in New Issue