just-boris / react-app-styleguidist

4 stars 1 forks source link

issue when using css #1

Closed chrisdrackett closed 7 years ago

chrisdrackett commented 7 years ago

I'm trying to add a global css file using the following: https://github.com/just-boris/react-app-styleguidist/blob/master/styleguide.config.js#L14

but when I start the style guide I get:

Module parse failed: /src/index.css Unexpected token (1:5)
You may need an appropriate loader to handle this file type.
just-boris commented 7 years ago

Did you close the issue? Does that mean that you have found a solution?

chrisdrackett commented 7 years ago

yep, I missed something in my webpack config, sorry about that!