Breaking changes
Babel 6
(#81 by @oliverturner)
Custom Babel environment
- Set
NODE_ENV
todevelopment
orproduction
. - Set
BABEL_ENV
tostyleguidist
orproduction
. Move hot reload config intostyleguidist
environment to prevent collisions with project’s Babel configuration (#58).
Other changes
- react-docgen updated to 2.7.0 that support flow proptypes (#79 by @codemix).
- Serve root directory as static in dev-server (so you can access any files inside the root directory).
Please try it and report any issues or ideas how to improve it.