The following packages do not have a README.md at npmjs.com, even though they do contain a README.md in their source:
The README is missing from the packages because the vite build removes it, I believe.
Using @wp-playground/client as an example, when running npx nx build playground-client, one can see the README.md initially being placed under dist/, and then being removed once the vite build completes.
The following packages do not have a
README.mdat npmjs.com, even though they do contain aREADME.mdin their source:The README is missing from the packages because the vite build removes it, I believe.
Using
@wp-playground/clientas an example, when runningnpx nx build playground-client, one can see theREADME.mdinitially being placed underdist/, and then being removed once the vite build completes.