create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

Disable navigationFallback and navigationFallbackWhitelist in prod webpack config by default.

Open etanzapinsky opened this issue 7 years ago • 0 comments

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.

etanzapinsky avatar Nov 29 '18 21:11 etanzapinsky