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 530c76a commit b5ef317Copy full SHA for b5ef317
lib/resource-mapper.js
@@ -73,7 +73,7 @@ class ResourceMapper {
73
// Do not match with html if the content type won't allow it
74
if (
75
contentType &&
76
- !(contentType.includes('text/html') || contentType.includes('*/*')) &&
+ !contentType.includes('text/html') &&
77
match === this._indexFilename
78
) {
79
match = ''
0 commit comments