Skip to content

Commit

Permalink
docs: readme: options: quotes (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Sep 16, 2024
1 parent 93b256c commit f7c9ad8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,15 @@ For cli use these options can be provided in a JSON file named `.minify.json` li
```json
{
"js": {
"mangle": true,
"mangleClassNames": true,
"removeUnusedVariables": true,
"removeConsole": false,
"removeUselessSpread": true
"type": "putout",
"putout": {
"quote": "'",
"mangle": true,
"mangleClassNames": true,
"removeUnusedVariables": true,
"removeConsole": false,
"removeUselessSpread": true
}
},
"img": {
"maxSize": 4096
Expand Down

0 comments on commit f7c9ad8

Please sign in to comment.