facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 113 forks source link

Meteor CSS hotload pipeline become broken if `class` es6 syntax is used in jsx file #70

Open dearlordylord opened 9 years ago

dearlordylord commented 9 years ago

If you have syntax class SongCircle extends React.Component { ..., CSS doesn't hot load anymore, but instead browser reload the whole page like on JS change.

ahoereth commented 9 years ago

+1

dearlordylord commented 9 years ago

@ahoereth if you need a solution, I just used https://github.com/grovelabs/meteor-react package. It doesn't have this problem and well-maintained on this date.