mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"minifyAdditionalAttributes": [
|
|
["^data-click", "js-script"],
|
|
["^ng-", "js-script"],
|
|
["^data-json", "json"],
|
|
["^data-style", "css"],
|
|
["^data-html", "html"]
|
|
]
|
|
} |