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
develop
iflrandevu
/
babel.config.json
7 lines
115 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Added Babel transpilation support to the gulp workflow
2021-11-07 12:38:18 +03:00
{
Correct the babel config for the minify script in to avoid the "Couldn't find intersection" errors
2023-05-04 13:05:51 +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