We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e6af5f + 2242b24 commit 2f21bc2Copy full SHA for 2f21bc2
index.js
@@ -131,6 +131,7 @@ module.exports =
131
new CleanWebpackPlugin({
132
cleanOnceBeforeBuildPatterns: [
133
path.join(_dest, 'workbox-*.js'),
134
+ path.join(_dest, 'worker-*.js.LICENSE.txt'),
135
path.join(_dest, 'workbox-*.js.map'),
136
path.join(_dest, sw),
137
path.join(_dest, `${sw}.map`)
0 commit comments