Skip to content

Commit bb37463

Browse files
committed
Rename configuration property navigateFallbackBlacklist to navigateFallbackDenylist for the WorkboxWebpackPlugin.GenerateSW plugin
1 parent 47dfbf0 commit bb37463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ module.exports = function(webpackEnv) {
676676
exclude: [/\.map$/, /asset-manifest\.json$/],
677677
importWorkboxFrom: 'cdn',
678678
navigateFallback: paths.publicUrlOrPath + 'index.html',
679-
navigateFallbackBlacklist: [
679+
navigateFallbackDenylist: [
680680
// Exclude URLs starting with /_, as they're likely an API call
681681
new RegExp('^/_'),
682682
// Exclude any URLs whose last part seems to be a file extension

0 commit comments

Comments
 (0)