Kricsleo

Results 122 comments of Kricsleo

You could try this: ```ts externals: { traceInclude: ['prose'] } ``` Not sure if it works for you, but it'd be great if you could provide a minimal reproduction. ❤️

Each entry is compiled separately, and `mkdist` only parses relative path imports for files within the entry folder. Since the `src/common/` folder is not in `src/runtime/`, it will not be...