histoire-dev / histoire

⚡ Fast and beautiful interactive component playgrounds, powered by Vite

Home Page:https://histoire.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using storyMatch in histoire.config, Sibling markdown are not imported

TheNaschkatze opened this issue · comments

Describe the bug

When using storyMatch in histoire.config, Sibling markdown are not imported

Reproduction

  1. add directories to the histoire.config storyMatch like
    storyMatch: [ '**/*.story.vue', '../../packages/src/**/*.story.vue'],
  2. have a story and a sibling markdown file
  3. run story:dev
  4. sibling markdowns will not be rendered.

System Info

System:
    OS: macOS 13.5.2
    CPU: (10) arm64 Apple M1 Pro
    Memory: 98.75 MB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.0 - ~/.nvm/versions/node/v20.11.0/bin/node
    npm: 8.19.4 - ~/development/shop-frontends/node_modules/.bin/npm
  Browsers:
    Brave Browser: 112.1.50.121
    Chrome: 121.0.6167.160
    Firefox: 121.0
    Safari: 16.6
  npmPackages:
    @histoire/plugin-nuxt: 0.17.10 => 0.17.10
    @histoire/plugin-vue: 0.17.9 => 0.17.9
    @vitejs/plugin-vue: 4.4.0 => 4.4.0
    histoire: 0.17.9 => 0.17.9
    vite: 4.4.9 => 4.4.9

Used Package Manager

npm

Validations