Reformatted list of fingerprint-enabled file extensions

- this makes it easier to read the diff when you're adding extensions
This commit is contained in:
Daniel Lockyer 2023-07-14 10:39:33 +02:00 committed by Daniel Lockyer
parent b8870dec99
commit 9a68187b8e

View File

@ -135,7 +135,18 @@ module.exports = function (defaults) {
},
fingerprint: {
enabled: isProduction,
extensions: ['js', 'css', 'png', 'jpg', 'jpeg', 'gif', 'map', 'svg', 'ttf', 'ico']
extensions: [
'js',
'css',
'png',
'jpg',
'jpeg',
'gif',
'map',
'svg',
'ttf',
'ico'
]
},
minifyJS: {
options: {