We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43e3367 + 6de338a commit 8136d08Copy full SHA for 8136d08
index.js
@@ -3,7 +3,7 @@ const workboxPlugin = require('workbox-webpack-plugin')
3
const defaultGenerateConfig = {
4
exclude: [/\.map$/, /^(?:asset-)manifest.*\.js(?:on)?$/],
5
navigateFallback: '/index.html',
6
- navigateFallbackBlacklist: [
+ navigateFallbackDenylist: [
7
new RegExp('^/__'),
8
new RegExp('/[^/]+\.[^/]+$'),
9
],
0 commit comments