Meteor + Webpack from the ground up

Adding this:

  hotMiddleware: {
    reload: true
  }

to client/webpack.conf.js forces a reload on changes, but it still reloads the whole page, not just the affected nodes.