I start using formik in a huge app where I tried to make the bundle.js small as posible. I am using webpack 3.1.1 as my bundler. When I run webpack with production config the size of formik module is 182kb.

I am wondering if there is any .min file I can use instead when setting webpack to production.
You can upgrade to formik@next
@jaredpalmer This answer is pretty lame :P Not everyone wants to use a beta version for their whatever-scale production app. I stumbled upon this issue myself and would like to know how can I get the 7.8 kB size as the documentation states (not ~178kB as I have right now). Any ideas? :)
Any docs on formik@next?