Stephan Schreiber
Stephan Schreiber
> * what's the significance of the Node16 vs Node10 directories - just support for `type: module` in package.json? The names refer to the `moduleResolution` strategy set in `tsconfig.json`. I'm...
I read on SO that symlinks have to be relative to the root of the repo (makes sense). Let's try again.
@shellscape > any chance you could review my latest push, please?
> Looks like CI is failing on Windows. Not entirely sure why, but unfortunately I don't have the time to triage this for you, and we can't merge until that's...
In ESM packages like this one, the `main` field is superseded by the `exports` field. See the [Node's documentation](https://nodejs.org/api/packages.html#main-entry-point-export) about `exports`. I'm afraid the browserify/resolve package is outdated. They should...
> Has something regressed in terms of pnpm support? Nothing that I am aware of. Is your build still ok with 7.1.3?
Was afraid you would say that :) Could you please provide a repro so I can investigate?
Thank you for the repro. From what I see, this is not an issue with pnpm but with Vite. If you move the plugin from `build.rollupOptions.plugins` to the top-level `plugins`...
FWIW, I found this in [Vite documentation](https://vite.dev/guide/api-plugin.html#rollup-plugin-compatibility): > If a Rollup plugin only makes sense for the build phase, then it can be specified under `build.rollupOptions.plugins` instead. It will work...
Well, I tried 😅 Agreed, this is the way to go. Any ETA about this? Do you need any help?