BerkeleyTrue / react-material

Material design components written with React.js and React Style
http://berkeleytrue.github.io/react-material
404 stars 38 forks source link

Shouldn't rely on webpack loaders to have working components #84

Closed phated closed 9 years ago

phated commented 9 years ago

Currently, I am running icon needing the html-loader but I will probably run into the css and url loaders shortly. Transpiled components should have all of these things pulled in before each release.

BerkeleyTrue commented 9 years ago

I think once I can get #93 completed it should solve this issue. My hope is to get this module environment agnostic so I can use it in my project which are isomorphic.