Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. create-react-app hello-world
  2.  
  3. npm run build
  4.  
  5. REACT_APP_CASH_BUST={e.g. build number from a CI tool} npm run build
  6.  
  7. <link rel="stylesheet" href="%PUBLIC_URL%/index.css?cashbust=%REACT_APP_CASH_BUST%" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement