cleanup(angular): remove invalid metadata from schemas (#28908)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
cda7f26c16
commit
5c7d4d1fbf
@ -175,7 +175,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -304,7 +303,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": "ep.ng_aot",
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
@ -171,7 +171,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -256,7 +255,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": "ep.ng_aot",
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
@ -184,7 +184,6 @@
|
|||||||
},
|
},
|
||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"x-user-analytics": 16,
|
|
||||||
"default": true,
|
"default": true,
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
@ -293,7 +292,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": 13,
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
@ -80,7 +80,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@ -154,7 +154,6 @@
|
|||||||
},
|
},
|
||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"x-user-analytics": 16,
|
|
||||||
"default": true,
|
"default": true,
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
@ -238,7 +237,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": 13,
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
@ -47,7 +47,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@ -147,7 +147,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -277,7 +276,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": "ep.ng_aot",
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
@ -143,7 +143,6 @@
|
|||||||
"optimization": {
|
"optimization": {
|
||||||
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"x-user-analytics": "ep.ng_optimization",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -225,7 +224,6 @@
|
|||||||
"aot": {
|
"aot": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Build using Ahead of Time compilation.",
|
"description": "Build using Ahead of Time compilation.",
|
||||||
"x-user-analytics": "ep.ng_aot",
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user