Skip to content

Commit 2f21bc2

Browse files
authored
Merge pull request #491 from felixmosh/clean-license-files
feat: remove old license files
2 parents 1e6af5f + 2242b24 commit 2f21bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ module.exports =
131131
new CleanWebpackPlugin({
132132
cleanOnceBeforeBuildPatterns: [
133133
path.join(_dest, 'workbox-*.js'),
134+
path.join(_dest, 'worker-*.js.LICENSE.txt'),
134135
path.join(_dest, 'workbox-*.js.map'),
135136
path.join(_dest, sw),
136137
path.join(_dest, `${sw}.map`)

0 commit comments

Comments
 (0)