Skip to content

Instantly share code, notes, and snippets.

@marcellkiss
Last active December 7, 2023 14:09
Show Gist options
  • Save marcellkiss/a85f17c6fe2302d33d4070cee8648a48 to your computer and use it in GitHub Desktop.
Save marcellkiss/a85f17c6fe2302d33d4070cee8648a48 to your computer and use it in GitHub Desktop.
Logs: debugging custom-builder
> nx run angularboost:build:production
[DomElementSchemaRegistry::constructor] Reading property Y undefined
[DomElementSchemaRegistry::constructor] Reading property Y undefined
[@angularboost/custom-builder] customApplicationBuilder started
[@angularboost/custom-builder] Detected options: {
customElementsPrefix: 'my-',
customElementsManifestFilePath: 'custom-elements-manifest.json'
}
[@angularboost/custom-builder] Reading property X [Function: X]
[@angularboost/custom-builder] Writing property Y
⠴ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠴ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
[DomElementSchemaRegistry::constructor] Reading property Y undefined
[DomElementSchemaRegistry::constructor] Reading property Y undefined
[DomElementSchemaRegistry::constructor] Reading property Y undefined
[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠦ Building...[DomElementSchemaRegistry::hasElement] h1
[DomElementSchemaRegistry::hasElement] my-custom-element-with-prefix
⠇ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠏ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠋ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠙ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠴ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠇ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠸ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
⠼ Building...[DomElementSchemaRegistry::constructor] Reading property Y undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment