mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
153cf36168
swc_ecma_transforms: - add `jsonify` transform
11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
{
|
|
"jsc": {
|
|
"transform": {
|
|
"optimizer": {
|
|
"jsonify": {
|
|
"minCost": 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |