docusaurus site with react component fails to build
I have a small docusaurus website, that I would like to test on pages.
The site builds and run fines with npm start and npm build,
but fails building on CF pages with the following errors :
Is there a config somewhere to have the react components referenced in the mdx files to properly resolve? AM I missing something obvious?
1 Reply
answer to myself check casing of all parts of the component path, not just the component name. webpack warns about this but not in a very readable manner