Exclude emoji images from fingerprinting to speed up production builds
This commit is contained in:
parent
c5f3cc4873
commit
e14003eb53
|
@ -10,6 +10,7 @@ module.exports = function(defaults) {
|
|||
fingerprint = false;
|
||||
} else {
|
||||
fingerprint = {
|
||||
exclude: ['images/emoji'],
|
||||
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg']
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user