json
and code
plugin callbacks do not run when building Lit components
#1709
Labels
bug
Something isn't working
I am interested in helping provide a fix!
Yes
Which generators are impacted?
Reproduction case
N/A
Expected Behaviour
When writing a plugin to run against Lit components, the
json
andcode
callback functions don't run.With the plugin:
The CLI should print during the
pre
andpost
steps of the build, json, and code steps.Actual Behaviour
Plugin callbacks with
code
andjson
steps do not run against lit components.With the above example, the CLI prints:
Additional Information
No response
The text was updated successfully, but these errors were encountered: