rules_js icon indicating copy to clipboard operation
rules_js copied to clipboard

Example of building an ejected React app

Open alexeagle opened this issue 1 year ago • 0 comments

If you eject from CRA (react-scripts) you can make something more incremental and bazel-idiomatic.

https://github.com/heartless-clown/bazel_aspect_rules_js_react/blob/ejected/app/react-app/BUILD.bazel#L111-L112 is a start

Also note: we promised this as "react-scripts-like" in https://github.com/bazelbuild/rules_nodejs/blob/stable/docs/examples.md#react

alexeagle avatar Sep 01 '22 18:09 alexeagle