jedwards1211 / meteor-webpack-react

(DEPRECATED) use jedwards1211/crater instead
https://github.com/jedwards1211/crater
374 stars 75 forks source link

upgrade to Babel 6 #128

Closed bySabi closed 8 years ago

bySabi commented 8 years ago

@jedwards1211 @AdamBrodzinski this a Babel 6 upgrade. Maybe need more testing. Please review it.

wdhorton commented 8 years ago

Great idea moving to Babel 6, but I'd suggest also moving to using a .babelrc file rather than defining it in the loader query attribute.

jedwards1211 commented 8 years ago

I just switched to Babel 6 in release 1.1.0. I used loader queries so that different babel config can be used for client and server (esp. regarding React hot loading)