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

Fix bugs preventing webpack build completing. #92

Closed TimothyKrell closed 9 years ago

TimothyKrell commented 9 years ago

DocumentationApplication.js was requiring a style sheet that wasn't there (commented out for now). Application.js was importing react-style incorrectly.

phated commented 9 years ago

:+1: good to know this wasn't related to #87 and instead just missed things in the 0.13 transition

SanderSpies commented 9 years ago

:+1: thanks for fixing this.