Skip to content

Commit

Permalink
Merge pull request #491 from felixmosh/clean-license-files
Browse files Browse the repository at this point in the history
feat: remove old license files
  • Loading branch information
shadowwalker committed Jan 20, 2024
2 parents 1e6af5f + 2242b24 commit 2f21bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module.exports =
new CleanWebpackPlugin({
cleanOnceBeforeBuildPatterns: [
path.join(_dest, 'workbox-*.js'),
path.join(_dest, 'worker-*.js.LICENSE.txt'),
path.join(_dest, 'workbox-*.js.map'),
path.join(_dest, sw),
path.join(_dest, `${sw}.map`)
Expand Down

0 comments on commit 2f21bc2

Please sign in to comment.