Hacker News new | ask | show | jobs
by constexpr 1947 days ago
I noticed you changed this to "dev" instead of "production". Just letting you know that this will select the development build of React instead of the production build, which is not optimized for size and will lead to a bigger output file.

Good luck with your project!

1 comments

Yes, this is because Im building it in "dev" for FJB as well. The circumstances should be equal for all benchmarks.
Ah I see, no worries. I assumed you were trying to compare against a production build since that's what "parcel build" does.
Right, I'll have to fix this too