4.4.7-alpha.9 • Published 3 years ago

@mrbuilder/plugin-compress v4.4.7-alpha.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago
PropertyTypeDefaultDescription
testStringRegExpArray<StringRegExp>*.jsWhat files to include
includeStringRegExpArray<StringRegExp>undefinedWhat files to include
excludeStringRegExpArray<StringRegExp>undefinedWhat files to exclude
cacheBooleanStringfalseEnable file caching
filenameStringpath.gzqueryoutput filename
algorithmStringzlibAlgorithm to use for compression
compressionOptionsobject{ level: 9 }Compression optoins to use
minRatioNumber0.8Only assets that compress better than this ratio are processed
deleteOriginalAssetsBooleanfalseWhether to delete the original assets or not.