Hi there! I'll try to be brief.
Can you consider changing the kitsu-core output directory from lib/ to dist/? We are using it with react native and our build tool is recompiling the code, causing crashes and others errors. It took almost two days to find the problem cause and it happens because the builder ignores everything inside dist/ directories, but it doesn't work the same way with the lib/ dir.
I know that we could try to fix it on our side but I think that, by simply changing the output directory name, a lot of people could be spared from the headaches we had.
Hi there! I'll try to be brief.
Can you consider changing the kitsu-core output directory from
lib/todist/? We are using it with react native and our build tool is recompiling the code, causing crashes and others errors. It took almost two days to find the problem cause and it happens because the builder ignores everything insidedist/directories, but it doesn't work the same way with thelib/dir.I know that we could try to fix it on our side but I think that, by simply changing the output directory name, a lot of people could be spared from the headaches we had.