bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
800 stars 497 forks source link

fix(frontend/react): fix devserver start #361

Closed crackcomm closed 7 months ago

crackcomm commented 7 months ago

Fixes #327.

duhruh commented 7 months ago

interesting, this does seem to fix the bin symlinking for me, but since i'm on windows i think there are other issues namely https://github.com/aspect-build/rules_js/blob/5dc3b07fe553587e46cbab0340f865ae92136433/npm/private/npm_link_package_store.bzl#L69 which makes sense since i'm launch the bazel build from powershell, however even launching it from git bash doesn't seem to help.