We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e069e35 commit 74b9dc4Copy full SHA for 74b9dc4
packages/react-scripts/config/webpack.config.prod.js
@@ -338,7 +338,7 @@ module.exports = {
338
minify: true,
339
// For unknown URLs, fallback to the index page
340
navigateFallback: publicUrl + '/index.html',
341
- // Ignores URLs starting from /__ (useful for Firebase):
+ // Ignores URLs starting from /api or /__ (useful for Firebase):
342
// https://github.com/facebookincubator/create-react-app/issues/2237#issuecomment-302693219
343
navigateFallbackWhitelist: [/^(?!\/(__|api)).*/],
344
// Don't precache sourcemaps (they're large) and build asset manifest:
0 commit comments