arch-js / arch

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

ES6 Support #20

Closed tabazevedo closed 9 years ago

tabazevedo commented 9 years ago

Figure out bundler (webpack) compatibility with ES6.

charypar commented 9 years ago

This may help https://github.com/babel/babel-loader?

tabazevedo commented 9 years ago

Ended up getting it working, i was using that but it was parsing node_modules which caused it to die sometimes. Excluding node_modules made it work perfectly.