swc/tests/env/query/chrome-71/.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
98 B
Plaintext

{
"env": {
"targets": [
"chrome 71"
],
"mode": "entry",
"corejs": 3
}
}