Skip to content

Commit

Permalink
Fixes problem with service worker and (firebase) oauth.
Browse files Browse the repository at this point in the history
Error: Uncaught TypeError: Cannot read property 'instanceCount' of undefined
See: https://github.com/Polymer/polymer-cli/issues/290
  • Loading branch information
dogatech committed Sep 19, 2016
1 parent 36e250d commit 826df5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw-precache-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ module.exports = {
'/manifest.json',
'/bower_components/webcomponentsjs/webcomponents-lite.min.js'
],
navigateFallback: '/index.html'
navigateFallback: '/index.html',
navigateFallbackWhitelist: [ /^\/[^\_]+\// ]
};

0 comments on commit 826df5e

Please sign in to comment.