We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dfbf0 commit bb37463Copy full SHA for bb37463
packages/react-scripts/config/webpack.config.js
@@ -676,7 +676,7 @@ module.exports = function(webpackEnv) {
676
exclude: [/\.map$/, /asset-manifest\.json$/],
677
importWorkboxFrom: 'cdn',
678
navigateFallback: paths.publicUrlOrPath + 'index.html',
679
- navigateFallbackBlacklist: [
+ navigateFallbackDenylist: [
680
// Exclude URLs starting with /_, as they're likely an API call
681
new RegExp('^/_'),
682
// Exclude any URLs whose last part seems to be a file extension
0 commit comments