Skip to content

Prevent stories from getting copied to `dist` folder.

Compare
Choose a tag to compare
@marshallswain marshallswain released this 31 Jan 21:47
· 415 commits to master since this release

The TypeScript compiler was still copying the stories from src to dist, which interferes with project Storybook configurations. To keep project config simple, the stories are now moved into the ./stories folder. This will keep them from getting copied to dist.