This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
easyappointments
Watch
1
Star
0
Fork
You've already forked easyappointments
1
mirror of
https://github.com/alextselegidis/easyappointments.git
synced
2024-11-09 01:23:10 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1153d7698b
easyappointments
/
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