Description:
- The current build process has so many faults which can be improved.
- We need to find some techniques and ways to improve the overall build process and size
Reference:
The few points on which we need to work on:
Outcome:
- Optimizations and improvements of the package compared to the previous version.
CC @agentmilindu
Description:
Reference:
The few points on which we need to work on:
Build Size
esmandcjsversions separately, which are basically both identical. So instead of generating thetypesseparately, we can put it into one single folder and map the directory in thepackage.json.Minify and splitting the Output
Outcome:
CC @agentmilindu