histoire icon indicating copy to clipboard operation
histoire copied to clipboard

Module import undefined only when using histoire

Open codewithcheese opened this issue 7 months ago • 1 comments

Describe the bug

An issue with importing the marked module. Works fine in vite. In histoire it is undefined

import { marked } from "marked";

Reproduction adds marked import and usage to src/routes/Counter.svelte to Sveltekit demo starter

Reproduction

https://stackblitz.com/edit/sveltejs-kit-template-default-dk4bpf?file=src%2Froutes%2FCounter.svelte

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.18.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 9.4.2 - /usr/local/bin/npm
    pnpm: 8.10.5 - /usr/local/bin/pnpm
  npmPackages:
    @histoire/plugin-svelte: ^0.17.4 => 0.17.4 
    histoire: ^0.17.5 => 0.17.5 
    vite: ^4.4.2 => 4.5.0

Used Package Manager

npm

Validations

codewithcheese avatar Nov 21 '23 12:11 codewithcheese