0

I have angular 7 project, I need to do the production build of this in the bazel. The bazel is building other go langauage things, along with that i want a7 to be built.

NOTE : i want minimum changes to be done to my existing a7 project.

What is the best way?

Amar T
  • 359
  • 1
  • 7

1 Answers1

1

Have a look at the example here: https://github.com/bazelbuild/rules_nodejs/tree/stable/examples/angular

You shouldn't need to change the angular code it self just the build pipeline.

fredrik
  • 17,537
  • 9
  • 51
  • 71