Make inlinemin:true default

This commit is contained in:
josephrocca 2019-06-25 16:38:40 +10:00 committed by GitHub
parent df3619f89b
commit aa25461b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,6 @@ module.exports = function () {
skipAbsoluteUrls: false,
preserveComments: false,
iesafe: false,
inlinemin: true,
};
};