mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.74k stars 32.24k forks source link

0.7.0 icons disappear with 6to5ify/babelify #347

Closed 0x80 closed 9 years ago

0x80 commented 9 years ago

I'm using babelify instead of reactify to transform es6 + jsx to es5. This was without problems until 0.7.0. Now all icons disappear.

material-ui@0.6.1 with 6to5ify@4.1.1 or babelify@5.0.3 screenshot 2015-02-18 10 03 00

material-ui@0.7.0 with 6to5ify@4.1.1 screenshot 2015-02-18 09 23 59

material-ui@0.7.0 with babelify@5.0.3 screenshot 2015-02-18 09 34 18

0x80 commented 9 years ago

I didn't realize that the whole icon part of material-ui has been reworked for 0.7.0.