pain point: no control over version resolution #25
apaleslimghost
started this conversation in
Pain Points
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for projects like design systems that are distributed as multiple modules, being able to control which versions are used is very important. you don't want different components to be able to load e.g. different versions of the buttons component they both depend on, from a visual consistency and a CSS size point of view.
we're currently solving this by using both Bower (so we can force single installed versions) and NPM, which isn't ideal. being able to use a single tool for dependencies would simplify our workflow. this probably goes hand-in-hand with #22 because you might want different resolution strategies for different package sets
Beta Was this translation helpful? Give feedback.
All reactions