We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cf601 commit a30212dCopy full SHA for a30212d
next.config.js
@@ -31,7 +31,7 @@ module.exports = {
31
: `/_next/-/${asset}`;
32
},
33
autoUpdate: 1000 * 60 * 5, // (five minutes)
34
- __tests: dev ? { ignoreRuntime: true } : undefined, // hack to circumvent check of offlineplugin
+ __tests: dev ? { ignoreRuntime: true } : {}, // hack to circumvent check of offlineplugin
35
ServiceWorker: null, // not implemented (yet)
36
AppCache: {
37
directory: './',
0 commit comments