Y
Hacker News
new
|
ask
|
show
|
jobs
by
ianertson
1946 days ago
Thanks for the tip, will make sure to fix this
1 comments
constexpr
1946 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!
link
ianertson
1946 days ago
Yes, this is because Im building it in "dev" for FJB as well. The circumstances should be equal for all benchmarks.
link
constexpr
1946 days ago
Ah I see, no worries. I assumed you were trying to compare against a production build since that's what "parcel build" does.
link
ianertson
1945 days ago
Right, I'll have to fix this too
link
Good luck with your project!