Fix flag for generating userdeps in custom build setup guide#1450
Fix flag for generating userdeps in custom build setup guide#1450ovidiuch merged 1 commit intoreact-cosmos:mainfrom lr0pb:main
Conversation
|
@lr0pb Awesome, thanks for this! :) I've been thinking about renaming the
🤘 |
|
@skidding Well, if I right understand - without this flag same |
Yeah, that's correct. When you use a plugin like the Vite or Webpack ones they call Thanks for the suggestions! |
|
@lr0pb Got around to refactoring the "userdeps" module and flag.
Already changed in |
|
Thank you, got it! |
I tried to use Cosmos with custom bundler setup and run into issue that
--generate-userdepsflag mentioned incustomBundlerSetup.mddoes not generate file. Later I find in Troubleshooting section of readme, that same behavior mentioned to fix with--external-userdepsflag. Tried this one and it works, so I filled this PR to fix flag name in custom bundler setup guide :)Btw, overall experience in using it with custom bundler goes smooth, I used it with Parcel. Thanks for your awesome work! 🥇