Cache busting with CRA React

前端 未结 5 2047
面向向阳花
面向向阳花 2020-12-02 15:22

When I updated my site, run npm run build and upload the new files to the server I am still looking the old version of my site.

Without React, I can see the new ver

5条回答
  •  情深已故
    2020-12-02 16:08

    It appears that they changed from opt-out to opt-in with regards to the service worker. Here's the commit that changed the README and it has examples similar to Kerry G's answer:

    https://github.com/facebook/create-react-app/commit/1b2813144b3b0e731d8f404a8169e6fa5916dde4#diff-4e6ec56f74ee42069aac401a4fe448ad

提交回复
热议问题