swc/tests/env/entry/chrome-49/.swcrc
강동윤 6fa85b646f
preset-env (#537)
swc_ecma_preset_env:
 - can inject polyfills automatically
 - can apply transforms automatically

swc:
 - added env config to .swcrc
2019-12-28 11:25:54 +09:00

10 lines
101 B
Plaintext

{
"env": {
"targets": {
"chrome": "49"
},
"mode": "entry",
"corejs": 3
}
}