Some chunks not being generated

For instance, I have a chunk to be made with the assets found inside its residing directory, and so I have given it a low priority(1).

On the other hand, I need to make separate chunks for build datas that are inside of the folders localized in the same directory as the previous chunks, so I gave them each a higher priority(0).

However, only the assets with higher priority were made on the packaging. I have already trying swap the priorities and the result is still the same.