hydrateio / docz-plugin-storybook

Docz plugin that makes migrating from Storybook a breeze.
76 stars 1 forks source link

feature/story wrapper #6

Closed kevindavi5 closed 5 years ago

kevindavi5 commented 5 years ago

This PR addresses issue #2 by extending the docz-plugin-storybook config to accept a story wrapper.

// doczrc.js
import { storybook } from 'docz-plugin-storybook';

export default {
  plugins: [storybook({ wrapper: './story-wrapper' })]
};

TODO: (recommend future iteration)

NOTES:

A couple thoughts:

transitive-bullshit commented 5 years ago

@kevindavi5 I moved your readme additions into #12 and #13 respectively.

transitive-bullshit commented 5 years ago

@kevindavi5 looks like the CI failure is related to the webpack snapshot being out-of-date.

I'm going to merge as-is, then update snapshots locally, then we should be stable.