When running `twc --watch` elements are regenerated only when the TypeScript files are modified. They should also be regenerated when the files used in `@style` and `@template` are modified.
When running
twc --watchelements are regenerated only when the TypeScript files are modified.They should also be regenerated when the files used in
@styleand@templateare modified.