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();