My project is getting too big for the meteor build system (>1min load time) and I therefore want to switch to webpack. All the tutorials and boilerplates that I could find use a combination of Meteor/react/webpack, but my project uses blaze and I currently do not want to switch to react.
It is hard for me to figure out what code bits in the sample projects belong to react and which are necessary to make webpack work. (I am not really familiar with react).
Does anybody know a tutorial or sample github project using webpack with blaze?