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
Hi Jarred,
This started looks like it has exactly the stuff I need. It works excellent as a development workflow.
I see that you specifically mention nothing is ever published to the npm.
Eventually however I would like to publish the monorepo.
Would you still advise to continue with this starter, or perhaps look for something else and if so do you have any recommendation? Could you provide at least some higher level steps/links you would recommend to extend this to also enable publishing?
Its just so confusing between typescript, babel, webpack, rollup, lerna, workspaces..... And now thats its also split between multiple modules as in this repo (-common, -ui, -cra app) it gets even worse and my braing is hurting.... what to use where and when...
From my initial research, recommendation is to use rollup for libraries and webpack for apps, so in the case of this repo, I should try to incorporate rollup for publishing mono-common and mono-ui and webpack for the mono-cra app? Or is this not recommended and should I use same bundling and publishing tooling across the monorepo?
Anyways, if you could provide just some pointers in the readme about possible steps to get this to be publishable I think it would be useful for people.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Jarred,
This started looks like it has exactly the stuff I need. It works excellent as a development workflow.
I see that you specifically mention nothing is ever published to the npm.
Eventually however I would like to publish the monorepo.
Would you still advise to continue with this starter, or perhaps look for something else and if so do you have any recommendation? Could you provide at least some higher level steps/links you would recommend to extend this to also enable publishing?
Its just so confusing between typescript, babel, webpack, rollup, lerna, workspaces..... And now thats its also split between multiple modules as in this repo (-common, -ui, -cra app) it gets even worse and my braing is hurting.... what to use where and when...
From my initial research, recommendation is to use rollup for libraries and webpack for apps, so in the case of this repo, I should try to incorporate rollup for publishing mono-common and mono-ui and webpack for the mono-cra app? Or is this not recommended and should I use same bundling and publishing tooling across the monorepo?
Anyways, if you could provide just some pointers in the readme about possible steps to get this to be publishable I think it would be useful for people.
Thanks
The text was updated successfully, but these errors were encountered: