swc/tests/projects/env/multiple-query/same-browser/.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

9 lines
87 B
Plaintext

{
"env": {
"mode": "entry",
"targets": [
"last 3 versions"
]
}
}