React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team.
I upgraded babel 6.x → 7.x but having issues running Webpack. It is complaining about missing core-js/modules/*. My babel.config.…
babeljs webpack-4 babel-loader react-styleguidistI am using styleguidist for my react application, here is the code of my styleguid.config.js file: module.exports = { …
reactjs react-styleguidist