Skip to content

Commit

Permalink
fix: add workboxExtensions to defaults (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah authored and pi0 committed Feb 8, 2019
1 parent 2c57cc3 commit ac8ba74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workbox/lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {

cachingExtensions: [],
routingExtensions: [],
workboxExtensions: [],

clientsClaim: true,
skipWaiting: true,
Expand Down

0 comments on commit ac8ba74

Please sign in to comment.