rules_ts
rules_ts copied to clipboard
[Bug]: generated ts_project(assets) cause conflicting actions error
Passing a target to ts_project(assets) fails due to duplicate actions copying the assets to bindir:
ERROR: file 'components/b.css' is generated by these conflicting actions:
Label: //components:ts_typings, //components:styles
Version
2.2.0
How to reproduce
Generate a file with one target, pass that target to ts_project(assets)