@nuxtjs/workbox
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.3.3"></a> | ||
## [0.3.3](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.2...@nuxtjs/workbox@0.3.3) (2017-06-04) | ||
### Performance Improvements | ||
* **workbox:** use default options ([946546f](https://github.com/nuxt/modules/commit/946546f)) | ||
<a name="0.3.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.3.2](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.1...@nuxtjs/workbox@0.3.2) (2017-06-04) |
@@ -29,4 +29,2 @@ const path = require('path') | ||
cacheId: process.env.npm_package_name + '_' + process.env.npm_package_version, | ||
skipWaiting: true, // sw is being registered after onNuxtReady() | ||
clientsClaim: true, // the generated service worker will claim any currently open pages | ||
globPatterns: ['**\/*.{js,css,html,json}'], | ||
@@ -33,0 +31,0 @@ modifyUrlPrefix: { |
{ | ||
"name": "@nuxtjs/workbox", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10758
216