Webpack dev server takes up a LOT of memory

The webpack-dev-server process is a memory hog. As of Feb 22nd it is coming in at 751.9MB for the CE branch. This is after having removed the imports-loader plugin in !9123 (merged) and before this it was often as high as 850MB.

webpack-memory

This seems really excessive and I'm trying to ascertain the root cause of it. This issue will serve as a place to discuss and chronicle our attempts to alleviate this memory footprint.

I think there are a few things worth trying:

/cc @jschatz1