We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af2ff2 commit a574908Copy full SHA for a574908
index.js
@@ -32,7 +32,6 @@ module.exports = {
32
this.checkProperty('outputFileName', obj);
33
this.checkProperty('convertTo', obj);
34
this.checkProperty('sizes', obj);
35
- this.checkProperty('quality', obj);
36
const inputPath = path.join(this.app.project.root, obj.inputFilename);
37
38
const pathData = path.parse(inputPath);
0 commit comments