chore: use latest runtime alphas for ci testing, es module enabled

This commit is contained in:
Nathan Walker
2025-08-28 12:53:24 -07:00
parent 15f37b1188
commit d98d1b9333
4 changed files with 3 additions and 9 deletions

View File

@@ -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",

View File

@@ -33,12 +33,6 @@
"forDevice": false,
"prepare": false
},
"defaultConfiguration": "main",
"configurations": {
"main": {
"flags": "--env.commonjs"
}
},
"dependsOn": ["^build"]
},
"prepare": {

View File

@@ -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"

View File

@@ -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"