arch-js / arch

Web application framework for React by Red Badger
BSD 3-Clause "New" or "Revised" License
170 stars 13 forks source link

Bundler Configuration #21

Open tabazevedo opened 9 years ago

tabazevedo commented 9 years ago

I'm a fan of webpack. Its fast and it has React Hot Loader. In my opinion we should support webpack to start with, and once we get a plugin system working extract it out into that (like a lot of the functionality should be). Just leaving this here as a note. Thoughts?

asavin commented 9 years ago

That's actually interesting to follow - we're thinking about Webpack for Tesco Grocery site.

tabazevedo commented 9 years ago

We have it working well right now. Definitely nice. We also set it up earlier at Project L to use ES6 instead of LiveScript, and that was mostly a breeze (one issue, which was an oversight by me).

charypar commented 9 years ago

@tabazevedo this is now quite out of date, right? We switched to Webpack way back...

tabazevedo commented 9 years ago

Yeah, this was more about making it more accessible to the user. Anyway, it shouldn't be part of Arch core. Just a plugin eventually.