scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 56 forks source link

Update for svg-react-loader@v0.4.0 #1

Closed jhamlet closed 8 years ago

jhamlet commented 8 years ago

Hi there,

Just dropping a friendly note that I am updating svg-react-loader to version 0.4.0 very soon and it has changed a bit.

The biggest change that may affect you is that it no longer will require babel as it outputs completely valid es2015 syntax, but is compatible with ES6-7 module loading.

It has a few other features if it intrigues you.

Thanks,

;-j

RyanCCollins commented 8 years ago

Hi!! Really appreciate that! I just released this project today as one of my first open-source projects and my heart sank seeing an issue already. So glad that it was just a friendly note!

Regards,

Ryan Collins