paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

ES6 style of exports isn't accepted #147

Closed Ashwin117 closed 8 years ago

Ashwin117 commented 8 years ago

export default AppName

isn't working. We are using module.exports to accommodate for this

cerebrl commented 8 years ago

This PR, if accepted, will address your issue: https://github.com/paypal/react-engine/pull/149.

samsel commented 8 years ago

@Ashwin117 v3.2.1 is released with the fix. please re-open if you face any issues