From e912cf860a427472b079f6d6b78b11f18e07bce2 Mon Sep 17 00:00:00 2001 From: Ran Yitzhaki Date: Tue, 16 Oct 2018 09:42:12 +0300 Subject: [PATCH] remove dot from the end of the link to fix it when using from github preview --- packages/react-scripts/template/src/serviceWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/src/serviceWorker.js b/packages/react-scripts/template/src/serviceWorker.js index 012c322dd2c..0bece46ae65 100644 --- a/packages/react-scripts/template/src/serviceWorker.js +++ b/packages/react-scripts/template/src/serviceWorker.js @@ -8,7 +8,7 @@ // resources are updated in the background. // To learn more about the benefits of this model and instructions on how to -// opt-in, read http://bit.ly/CRA-PWA. +// opt-in, read http://bit.ly/CRA-PWA const isLocalhost = Boolean( window.location.hostname === 'localhost' ||