Closed pasviegas closed 8 years ago
Hi @pasviegas, I have a version that uses webpack + babel 6 here:
https://github.com/theogravity/react-styleguide-generator-alt https://www.npmjs.com/package/rsg-alt
@theogravity babel v6.4 introduced the semicolon madness to static vars and it's complaining when I try to run rsg-alt. Does it have anything to do with rsg-alt or it's probably my project?
@gabrielpugliese-luizalabs I want to say it's probably your project. I made sure babel 6.3 is being used (because the styleguide examples would also throw errors during babel transpilation under 6.4).
Do you want to paste in your package.json? You can also figure out what babel libs are being used + versions by doing npm ls | grep babel
.
Also I have a separate issues section on the rsg-alt repo and would prefer you raise issues there since my project has completely deviated from the original.
This issue seem to be resolved by #24
Fixed in newest version.
Now that babel 6 is out, would be good to upgrade styleguide-generator to use the new version