From fbeb76ded204abb70a473cbfe5903ff147e64b06 Mon Sep 17 00:00:00 2001 From: Trong Bao Date: Wed, 30 Nov 2022 20:24:26 -0600 Subject: [PATCH] testing out changes a readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e5092a..0587d57 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,5 @@ For a full demo of routing and authentication, check this branch: https://github ## Service Worker `create-react-app`'s default service worker (in `src/index.js`) does not work with lambda functions out of the box. It prevents calling the function and returns the app itself instead ([Read more](https://github.com/facebook/create-react-app/issues/2237#issuecomment-302693219)). To solve this you have to eject and enhance the service worker configuration in the webpack config. Whitelist the path of your lambda function and you are good to go. + +test test test