swc/crates/swc_html_minifier/tests/fixture/element/script-group-respect-codegen-1/config.json

13 lines
174 B
JSON
Raw Normal View History

{
"minifyJs": {
"parser": {
"comments": true,
"syntax": "ecmascript",
"target": "es2022"
},
"codegen": {
"asciiOnly": false
}
}
}