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": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "alpha",
|
"@nativescript/android": "alpha",
|
||||||
"@nativescript/ios": "esm",
|
"@nativescript/ios": "alpha",
|
||||||
"@nativescript/visionos": "~8.9.0",
|
"@nativescript/visionos": "~8.9.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||||
"circular-dependency-plugin": "^5.2.2",
|
"circular-dependency-plugin": "^5.2.2",
|
||||||
|
|||||||
@@ -33,12 +33,6 @@
|
|||||||
"forDevice": false,
|
"forDevice": false,
|
||||||
"prepare": false
|
"prepare": false
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "main",
|
|
||||||
"configurations": {
|
|
||||||
"main": {
|
|
||||||
"flags": "--env.commonjs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
},
|
},
|
||||||
"prepare": {
|
"prepare": {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "alpha",
|
"@nativescript/android": "alpha",
|
||||||
"@nativescript/ios": "esm",
|
"@nativescript/ios": "alpha",
|
||||||
"@nativescript/visionos": "~8.9.0",
|
"@nativescript/visionos": "~8.9.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||||
"typescript": "~5.8.0"
|
"typescript": "~5.8.0"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "alpha",
|
"@nativescript/android": "alpha",
|
||||||
"@nativescript/ios": "esm",
|
"@nativescript/ios": "alpha",
|
||||||
"@nativescript/visionos": "~8.9.0",
|
"@nativescript/visionos": "~8.9.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
"@nativescript/webpack": "file:../../dist/packages/webpack5",
|
||||||
"typescript": "~5.8.0"
|
"typescript": "~5.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user