From 6bd05077462465060f670dfed1f89b561cfa12e6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 17 Nov 2017 13:56:16 +0330 Subject: [PATCH] test: enable dev mode for workbox --- test/fixture/nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixture/nuxt.config.js b/test/fixture/nuxt.config.js index d514065c..c916a48a 100644 --- a/test/fixture/nuxt.config.js +++ b/test/fixture/nuxt.config.js @@ -19,6 +19,7 @@ module.exports = { description: 'Test Project Description' }, workbox: { + dev: true, importScripts: [ 'custom-sw.js' ]