create-react-app-typescript
create-react-app-typescript copied to clipboard
Disable navigationFallback and navigationFallbackWhitelist in prod webpack config by default.
The service worker in this config swallows requests to files that exist in the public folder.
See issue 3008 on create-react-app and PR 3419 that fixes it.