commercetools / commercetools-docs-kit

Tools and components for developing Documentation websites 🛠
https://docs-kit.commercetools.vercel.app
MIT License
18 stars 5 forks source link

Avoid importing components from /src directories of any modules #2084

Open gabriele-ct opened 2 months ago

gabriele-ct commented 2 months ago

We found out that imports like import module from '@commercetools-docs/somepackage/src/somefile';

can lead to issues due to the fact that src directory is not always available in prod build.

I'd reccomend:

Optional (but I think it's important):