aspect-build / rules_js

High-performance Bazel rules for running Node.js tools and building JavaScript projects
https://docs.aspect.build/rules/aspect_rules_js
Apache License 2.0
310 stars 107 forks source link

js_run_devserver is missing `"ibazel_live_reload"` #2025

Open Aghassi opened 3 days ago

Aghassi commented 3 days ago

https://github.com/aspect-build/rules_js/blob/b0b0781963c09fcb25be4553057bfa3a44e05f8d/js/private/js_run_devserver.bzl#L273

I'm not sure if this is on purpose or by accident but the live reload tag is not added by default, meaning ibazel will hang if someone is trying to monitor live reload as well. Should this be added as a default?