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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
It's in the monorepo which uses Bazel for the build, so the frontend should be built with Bazel too!
The build process right now is a manual npm run build after the bazel build which doesn't scale well once more projects are introduced and all these npm run build steps have to be run separately. It should take advantage of the speed of Bazel!
It's in the monorepo which uses Bazel for the build, so the frontend should be built with Bazel too!
The build process right now is a manual
npm run build
after the bazel build which doesn't scale well once more projects are introduced and all thesenpm run build
steps have to be run separately. It should take advantage of the speed of Bazel!Here is an example Angular project building with Bazel: https://github.com/alexeagle/angular-bazel-example
The text was updated successfully, but these errors were encountered: