pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

added option for browserifyConfig #2

Closed mgibeau closed 9 years ago

mgibeau commented 9 years ago

By default browserify doesn't handle .jsx files, so I was getting errors on imports without using the extension, this fixed it.

Added tests and documentation, let me know if anything's missing.

pocotan001 commented 9 years ago

Looks like a great idea :)

pocotan001 commented 9 years ago

@mgibeau I've released the fix in v1.0.4. Thanks for the PR!

mgibeau commented 9 years ago

@pocotan001 It seems the release is not correctly tagged, I'm not getting the latest changes from npm

pocotan001 commented 9 years ago

@mgibeau Just fixed that. Sorry for the mistake, and thanks for the report.