This website requires JavaScript.
Explore
Help
Sign In
ifl
/
iflrandevu
Watch
1
Star
1
Fork
You've already forked iflrandevu
0
forked from
mirrors/easyappointments
Code
Issues
6
Pull requests
Releases
3
Activity
6050e6eb71
iflrandevu
/
babel.config.json
4 lines
91 B
JSON
Raw
Normal View
History
Unescape
Escape
Added Babel transpilation support to the gulp workflow
2021-11-07 12:38:18 +03:00
{
Workaround for babel script issues (https://github.com/babel/minify/issues/904)
2023-05-03 08:33:42 +03:00
"presets"
:
[
"@babel/preset-env"
,
"minify"
,
{
"builtIns"
:
false
,
"mangle"
:
false
}
]
Added Babel transpilation support to the gulp workflow
2021-11-07 12:38:18 +03:00
}
Reference in a new issue
Copy permalink