mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
6fa85b646f
swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
{
|
|
"env": {
|
|
"mode": "entry",
|
|
"targets": [
|
|
"last 3 versions"
|
|
]
|
|
}
|
|
}
|