@nuxtjs/workbox
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.1.3"></a> | ||
## [1.1.3](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.2...@nuxtjs/workbox@1.1.3) (2017-08-02) | ||
### Bug Fixes | ||
* **workbox:** only cach css and js files ([42e3edb](https://github.com/nuxt/modules/commit/42e3edb)) | ||
<a name="1.1.2"></a> | ||
@@ -8,0 +19,0 @@ ## [1.1.2](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.1...@nuxtjs/workbox@1.1.2) (2017-07-31) |
@@ -33,4 +33,3 @@ const path = require('path') | ||
clientsClaim: true, | ||
globPatterns: ['**\/*.{js,css,html,json}'], | ||
globIgnores: '**/server-bundle.json', | ||
globPatterns: ['**\/*.{js,css}'], | ||
modifyUrlPrefix: { | ||
@@ -50,3 +49,3 @@ '': fixUrl(publicPath) | ||
handler: 'cacheFirst' | ||
}, | ||
} | ||
] | ||
@@ -53,0 +52,0 @@ }, options))) |
{ | ||
"name": "@nuxtjs/workbox", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6859
64