mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
adapt babel compile behavior to use SWC by default and fallback to babel
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user