This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-14 07:33:22 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
26eb4e3206
swc
/
ecmascript
/
preset_env
/
package.json
9 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
preset-env (#537) swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
2019-12-28 05:25:54 +03:00
{
"devDependencies"
:
{
"browserslist"
:
"=4.7.3"
Use browserslist by default if env is specified but targets are not specified
2019-12-28 17:31:58 +03:00
}
,
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 04:43:59 +03:00
"browserslist"
:
[
"defaults"
]
preset-env (#537) swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
2019-12-28 05:25:54 +03:00
}
Reference in New Issue
Copy Permalink