Meteor + webpack tutorial with blaze instead of react?
Asked Answered
E

1

6

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?

Edrick answered 27/1, 2016 at 12:35 Comment(1)
According to the current version of the meteor-webpack readme, it is still in development. However, on his blog Benoit recommends taking a look at this project for reference.Concertina
T
1

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.

Twinflower answered 14/4, 2019 at 19:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.