From db75a16a13fd46afba3f381248afb77fb44e90be Mon Sep 17 00:00:00 2001 From: Bond Date: Sun, 21 Jan 2018 12:25:11 +0100 Subject: [PATCH] Update short link for PWA (#3872) --- packages/react-scripts/template/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/src/index.js b/packages/react-scripts/template/src/index.js index 59410291118..0c5e75da1cd 100644 --- a/packages/react-scripts/template/src/index.js +++ b/packages/react-scripts/template/src/index.js @@ -8,5 +8,5 @@ ReactDOM.render(, document.getElementById('root')); // If you want your app to work offline and load faster, you can change // unregister() to register() below. Note this comes with some pitfalls. -// Learn more about service workers: http://bit.ly/2vJdu84 +// Learn more about service workers: http://bit.ly/CRA-PWA serviceWorker.unregister();