8000
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.
terser
minify
schema.json
1 parent 4c8cd7f commit 34951bfCopy full SHA for 34951bf
schema.json
@@ -98,8 +98,16 @@
98
]
99
},
100
"minify": {
101
- "type": "boolean",
102
- "description": "When enabled, the generated code will be minified instead of pretty-printed."
+ "description": "When enabled, the generated code will be minified instead of pretty-printed.",
+ "oneOf": [
103
+ {
104
+ "type": "boolean"
105
+ },
106
107
+ "type": "string",
108
+ "enum": ["terser"]
109
+ }
110
+ ]
111
112
"minifyWhitespace": {
113
"type": "boolean"
0 commit comments