You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add flag controlling the default for use_execroot_entry_point
This change introduces the flag
`--@aspect_rules_js//js:use_execroot_entry_point`, which controls the default
behavior of the `use_execroot_entry_point` option on `js_run_binary` and
`js_run_devserver`.
We could like to recommend moving away from enabling
`use_execroot_entry_point`, and this flag provides an easy way to do that at a
global level, while still making it possible to override that on specific
targets if necessary.
I also added CI test runs with
`--@aspect_rules_js//js:use_execroot_entry_point=False` so that we have good
test coverage of both modes. This required explicitly setting
`use_execroot_entry_point` on some targets that only work with one more or the
other.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments