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
the way the builder works right now is recursively find all the deps in order of 1) dependencies 2) locals 3) component.json scripts, styles, etc. thus, dependencies' files are interleaved between local components' files.
i think dependencies' files should always be above any local components'. one cool thing is that we could just bundle all the dependencies together in a single build and have all the locals in a separate build.
my reasoning is that any local CSS should override any dependencies' CSS, regardless if its a direct dependency.
componentjs/builder.js#109
The text was updated successfully, but these errors were encountered: