mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
9 lines
171 B
JSON
9 lines
171 B
JSON
|
{
|
||
|
"minifyAdditionalAttributes": [
|
||
|
["^data-click", "js"],
|
||
|
["^ng-", "js"],
|
||
|
["^data-json", "json"],
|
||
|
["^data-style", "css"],
|
||
|
["^data-html", "html"]
|
||
|
]
|
||
|
}
|