adapt babel compile behavior to use SWC by default and fallback to babel

This commit is contained in:
Nacho Codoñer
2025-03-19 13:44:46 +01:00
parent c38f9c2474
commit e558c50de4
10 changed files with 65 additions and 19 deletions

View File

@@ -67,7 +67,9 @@ var packageJson = {
"anser": "2.1.1",
'xmlbuilder2': '1.8.1',
"ws": "7.4.5",
"open":"8.4.2"
"open":"8.4.2",
"@swc/core": "1.11.11",
"swc-to-babel": "4.0.0",
}
};