I'm trying to set up a library build where there are several exports conditions defined in package.json to enable self-referencing imports and exports. This seems to be supported by Node and TypeScript (also VS Code resolves the imports fine), but fails in vite build with "Rollup failed to resolve import ... " error.
I pushed a small experiment here: https://github.com/mihkeleidast/rollup-build-experiment (don't look at the repo name, I'm experimenting with multiple build tools there).
Is this simply not supported as I expected it to be, or do I need to configure something?