Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor + webpack tutorial with blaze instead of react?

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?

like image 547
Chris Avatar asked Jan 27 '16 12:01

Chris


1 Answers

For all those still landing on this page in 2019 - Meteor 1.8 has improved build times up to a few seconds even on larger codebases and 1.8.1 has done this also for windows. Please update if you are still running older versions. This should therefore be not of a common issue anymore.

like image 177
Jankapunkt Avatar answered Oct 04 '22 11:10

Jankapunkt