I am using preact, following the docs, I have used the command npx preact-cli create default my-project to set up the project. It is suggested that preact projects are accompanied with low sizes, so I decided to test it and tried npm run build right away without changing the boilderplate. The result is showing a bit over 700kb of size for the build folder.I have read that it should be around 30 to 50 kb. I need to achieve this size, for the project, as preact was chosen because of its being low in size.