mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(core): monorepo, esm targeting, improved management (#8707)
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"androidNdkPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"angular": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"chunk": {
|
||||
"type": "string"
|
||||
},
|
||||
"chunks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"projectRoot": {
|
||||
"type": "string"
|
||||
},
|
||||
"webpackConfig": {
|
||||
"type": "object"
|
||||
},
|
||||
"targetArchs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"arm",
|
||||
"arm64",
|
||||
"ia32",
|
||||
"ia64"
|
||||
]
|
||||
}
|
||||
},
|
||||
"useLibs": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"snapshotInDocker": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"skipSnapshotTools": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"v8Version": {
|
||||
"type": "string"
|
||||
},
|
||||
"requireModules": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"includeApplicationCss": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"projectRoot",
|
||||
"webpackConfig"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user