Skip to content

Commit a30212d

Browse files
author
Sjoerd de Jong
committed
fix build
1 parent f1cf601 commit a30212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
: `/_next/-/${asset}`;
3232
},
3333
autoUpdate: 1000 * 60 * 5, // (five minutes)
34-
__tests: dev ? { ignoreRuntime: true } : undefined, // hack to circumvent check of offlineplugin
34+
__tests: dev ? { ignoreRuntime: true } : {}, // hack to circumvent check of offlineplugin
3535
ServiceWorker: null, // not implemented (yet)
3636
AppCache: {
3737
directory: './',

0 commit comments

Comments
 (0)