patternfly / react-log-viewer

MIT License
18 stars 14 forks source link

Enable file watching of source component files in the development server #15

Open wise-king-sullyman opened 1 year ago

wise-king-sullyman commented 1 year ago

Currently when running the development server only the documentation files are watched and have their changes applied with hot reloading.

Having changes applied live for the source components would greatly ease development.

The react component groups team came up with a solution to this problem in this commit: https://github.com/patternfly/react-component-groups/pull/13/commits/598d19b0d4fe9d02e0da34623cd9a6ba38dbb824.