mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: use latest runtime alphas for ci testing, es module enabled
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "esm",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/visionos": "~8.9.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
|
||||
@@ -33,12 +33,6 @@
|
||||
"forDevice": false,
|
||||
"prepare": false
|
||||
},
|
||||
"defaultConfiguration": "main",
|
||||
"configurations": {
|
||||
"main": {
|
||||
"flags": "--env.commonjs"
|
||||
}
|
||||
},
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"prepare": {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "esm",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/visionos": "~8.9.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||
"typescript": "~5.8.0"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "esm",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/visionos": "~8.9.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||
"typescript": "~5.8.0"
|
||||
|
||||
Reference in New Issue
Block a user