Serve static assets with an efficient cache policy in REACT APP

Viewed 3859

Lighthouse suggests the following: "Serve static assets with an efficient cache policy".

But how can i add a cache policy in React app? I've used create-react-app but no serviceworker was authomatically created. How can i tackle this?

1 Answers
Related