Last active
January 20, 2019 01:22
-
-
Save arackaf/38b144cce70f600bb75e1022b71a2998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new GenerateSW({ | |
ignoreUrlParametersMatching: [/./], | |
exclude: [/\.(ttf|eot|svg|woff)$/], | |
navigateFallback: "react-redux/dist/index.html", | |
importScripts: ["react-redux/sw-manual/sw-index-bundle.js"] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment