workbox-webpack-plugin
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
const swBuild = require('workbox-build'); | ||
@@ -66,3 +68,3 @@ const path = require('path'); | ||
if (compilation.options.output.publicPath) { | ||
const {publicPath} = compilation.options.output; | ||
const publicPath = compilation.options.output.publicPath; | ||
const compiledAssets = []; | ||
@@ -69,0 +71,0 @@ for (let key in compilation.assets) { |
{ | ||
"name": "workbox-webpack-plugin", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"workbox-build": "^2.1.0" | ||
"workbox-build": "^2.1.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "author": "Google's Web DevRel Team", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18076
122
Updatedworkbox-build@^2.1.1