Skip to content

Commit 771eb84

Browse files
committed
register service worker
1 parent 4aa94db commit 771eb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ReactDOM.render(<App />, document.getElementById('root'));
1313
// If you want your app to work offline and load faster, you can change
1414
// unregister() to register() below. Note this comes with some pitfalls.
1515
// Learn more about service workers: http://bit.ly/CRA-PWA
16-
serviceWorker.unregister();
16+
serviceWorker.register();

0 commit comments

Comments
 (0)