mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
6fa85b646f
swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
{
|
|
"env": {
|
|
"targets": [
|
|
"chrome 71"
|
|
],
|
|
"mode": "entry",
|
|
"corejs": 3
|
|
}
|
|
}
|