Remove @aspect_rules_rollup
from user workspace when not needed
#56
Labels
cleanup
Internal cleanup of infrastructure
Currently we have to include
@aspect_rules_rollup
for all@rules_prerender
users because the build rules are referenced, even if the targets are never built because they are usingprerender_pages_unbundled()
. This is an unnecessary dependency and should be removed by refactoring the BUILD rules to not require when not needed.rules_prerender/repositories.bzl
Lines 18 to 20 in 975929f
We also currently require users install
@rollup/plugin-node-resolve
in theirpackage.json
, which definitely shouldn't be required either. See #48 (comment) for more context.The text was updated successfully, but these errors were encountered: