Open gabriele-ct opened 2 months ago
We found out that imports like import module from '@commercetools-docs/somepackage/src/somefile';
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:
index
src
Optional (but I think it's important):
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:
index
filesrc
directoryOptional (but I think it's important):