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
I notice that the composer vendor folder is not included in the production build....
Say I have a package that I want to use in a component, do I use a normal composer/vendor install, or do I manually copy the files into the component folder?
Some docs on this workflow would be great!
The text was updated successfully, but these errors were encountered:
I notice that the composer vendor folder is not included in the production build
I've been thinking about this and I think the best approach would be for the production build step to copy composer.lock to the production build directory then run composer install --no-dev, rather than copying the vendor directory.
If I make a PR that does that, can you help test it @seanrasmussen?
I notice that the composer vendor folder is not included in the production build....
Say I have a package that I want to use in a component, do I use a normal composer/vendor install, or do I manually copy the files into the component folder?
Some docs on this workflow would be great!
The text was updated successfully, but these errors were encountered: