Commit Graph

5 Commits

Author SHA1 Message Date
강동윤
8ecbe14207
hygiene: handle use-use conflict (#599)
Note that as we don't care about emitting a clean code, the renamed output may not match it of bind-bind conflict or bind-use conflict.
2020-01-22 10:43:59 +09:00
강동윤
31c1bc8a8a Use browserslist by default if env is specified but targets are not specified 2019-12-28 23:43:23 +09:00
강동윤
a8d7482294 Revert "Run browserslist if the target is not specified"
This reverts commit f0c2021c5e.
2019-12-28 23:08:02 +09:00
강동윤
f0c2021c5e Run browserslist if the target is not specified 2019-12-28 23:06:39 +09:00
강동윤
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