Prevent fingerprinting for filenames from config

Ember has no way of finding them in the code and thus cannot turn hrefs
into fingerprinted URLs
This commit is contained in:
2024-01-22 15:46:39 +03:00
parent 205d2d2afc
commit 5c9fbf5043
+3
View File
@@ -29,6 +29,9 @@ module.exports = function(defaults) {
path: "empty" // needed for kosmos-schemas dependency path: "empty" // needed for kosmos-schemas dependency
} }
} }
},
fingerprint: {
exclude: [ 'img/icon-btc' ]
} }
}); });