@nuxtjs/workbox
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.1...@nuxtjs/workbox@0.3.2) (2017-06-04) | ||
### Bug Fixes | ||
* **workbox:** empty scope ([50326e9](https://github.com/nuxt/modules/commit/50326e9)) | ||
<a name="0.3.1"></a> | ||
@@ -8,0 +19,0 @@ ## [0.3.1](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.0...@nuxtjs/workbox@0.3.1) (2017-06-04) |
@@ -56,3 +56,3 @@ const path = require('path') | ||
swURL: routerBase + swFileName, | ||
swScope: routerBase | ||
swScope: fixUrl(`${routerBase}/`) | ||
} | ||
@@ -59,0 +59,0 @@ }) |
{ | ||
"name": "@nuxtjs/workbox", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10657