mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
6fa85b646f
swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
{
|
|
"env": {
|
|
"targets": {
|
|
"chrome": "49"
|
|
},
|
|
"mode": "entry",
|
|
"corejs": 3
|
|
}
|
|
}
|