Look at creating a built js file to replace the index.js file (add main: built/index.js to package.json) to see if this would speed up performance.
Ideas driving this are reducing the comment size and the white space to improve inlining of functions on hot paths.
Measuring can probably be done with statsd or with the soon to land Server Timings header.