Top "React-styleguidist" questions

React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team.

babel 7.x - Can't resolve 'core-js/modules/es.array.concat'

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-styleguidist
Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type

I am using styleguidist for my react application, here is the code of my styleguid.config.js file: module.exports = { …

reactjs react-styleguidist