mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
6fa85b646f
swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
{
|
|
"env": {
|
|
"mode": "entry",
|
|
"targets": [
|
|
"chrome 59",
|
|
"node 6"
|
|
]
|
|
}
|
|
}
|