Updated gulpfile to ESM and added babelrc
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-21 20:57:33 +02:00
parent 651bfca09b
commit 3764d670ff
2 changed files with 15 additions and 3 deletions

12
.babelrc Normal file
View File

@ -0,0 +1,12 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}