Teng-hao Chang
Teng-hao Chang
I'm having a similar situation here. For me I would like to generate `/path/to/route.html` instead of `/path/to/route/index.html`, so when hosting via [heroku/heroku-buildpack-static](https://github.com/heroku/heroku-buildpack-static/) it won't be automatically redirected to a route...
The `with-info` Storybook add-on already contains built-in props table. It's easier with this approach: ```js storiesOf().add('PropTypes', withInfo({ propTables: [ImageEditor], source: false })(() => )); ``` Ref: 4a098b09fba2
Not necessary for v2. But it's still worth a shot.