This website requires JavaScript.
Explore
Help
Sign In
maket
/
MaketRandevu
Watch
1
Star
1
Fork
You've already forked MaketRandevu
0
Code
Issues
15
Pull requests
Projects
Releases
4
Packages
Wiki
Activity
b311a9b59e
MaketRandevu
/
babel.config.json
7 lines
115 B
JSON
Raw
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