Closed dozoisch closed 9 years ago
I see that you are building with https://github.com/petehunt/jsx-loader but it's deprecated in favor of babel.
So I'd do a PR to switch to babeljs.io. We can then refactor to more ES6 stuff (like let & const), shorthand functions and etc., if you want!
Babel sounds good! It looks like the airbnb guide recommends mostly es6 syntax, so I'm happy to switch to that.
I see that you are building with https://github.com/petehunt/jsx-loader but it's deprecated in favor of babel.
So I'd do a PR to switch to babeljs.io. We can then refactor to more ES6 stuff (like let & const), shorthand functions and etc., if you want!