Storybook-readme: issue with rendering MD

Created on 9 Jan 2018  路  5Comments  路  Source: tuchk4/storybook-readme

Hey,

My markdown files are rendering with module.exports = "#.

I'm using "storybook-readme": "^3.2.0" and "@storybook/react": "^3.3.6"

and implementing it like

const stories = storiesOf('Avatar', module);
stories.addDecorator(withReadme(README));

Any idea?

Most helpful comment

@JamesBliss can you please show your webpack config

if there are loaders for *.md mask try to remove it

All 5 comments

Got same thing today, whats your OS? Windows?

@dekeey Latest version of macOS

@JamesBliss can you please show your webpack config

if there are loaders for *.md mask try to remove it

Thanks @tuchk4. That works.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

beyondghx picture beyondghx  路  6Comments

smrq picture smrq  路  9Comments

janusch picture janusch  路  4Comments

ChristiaanScheermeijer picture ChristiaanScheermeijer  路  5Comments

PaulieScanlon picture PaulieScanlon  路  5Comments