Craig Alvord
Craig Alvord
This ensures native modules build uniformly. Build utilities for native modules can be moved out of `build-common`, simplifying it.
A little duplication here is justified, in that the code is never touched, is only used in two places, and will eventually be replaced by React. Alternatively, move to `ui-components`.
It's only used in one place.
## Motivation Reduce cost of maintaining lots of separate packages. Improve agility of build pipelines. ## Problem Keeping dependencies up to date is more costly as the number of separate...