@nuxtjs/workbox
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.1.6"></a> | ||
## [1.1.6](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.5...@nuxtjs/workbox@1.1.6) (2017-08-11) | ||
### Bug Fixes | ||
* **workbox:** fix globDirectory ([db6588f](https://github.com/nuxt/modules/commit/db6588f)) | ||
<a name="1.1.5"></a> | ||
@@ -8,0 +19,0 @@ ## [1.1.5](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.4...@nuxtjs/workbox@1.1.5) (2017-08-11) |
@@ -34,3 +34,3 @@ const path = require('path') | ||
globPatterns: ['**\/*.{js,css}'], | ||
globDirectory: this.options.rootDir, | ||
globDirectory: path.resolve(this.options.buildDir, 'dist'), | ||
modifyUrlPrefix: { | ||
@@ -37,0 +37,0 @@ '': fixUrl(publicPath) |
{ | ||
"name": "@nuxtjs/workbox", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7695