Watch mode on build-storybook?
#2762
Comments
|
What's your reason not to use webpack dev server with |
|
We are exposing a route We can develop locally using |
|
OK I think I got your point. Want to send a PR? |
|
Sure will do. |
|
Released as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


We are building storybook to integrate it into our existing Express app and using routing static server output of storybook to our route.
One thing is that looking at https://github.com/storybooks/storybook/blob/master/app/react/src/server/build.js#L74. It seems it doesn't support
watchmode even ifwatch: trueis passed in fromwebpack.config.js.Would it be reasonable to run
webpack().watchrather thanwebpack().runifwatch: trueis provided inwebpack.config.js?The text was updated successfully, but these errors were encountered: