Results 24 comments of trent

`yarpm test -- --arg1` But, `npm` does require `run`, so how could this command ever be viable for `npm`?

Here is a plugin I wrote to get this working in dev and production. ```ts import type { Plugin, UserConfig } from 'vite'; /** * Defines the document's import map...

Oh. Interesting. I found that I needed to use `config.resolve.alias` with the `entires` in order to keep dev environment working. Does HMR break for the imports you have listed as...

@nknapp Would it be possible to use `getPrototypeOf` and `getOwnPropertyDescriptor` to see if the getter was defined. I'm not sure if this regresses to the issues that were already fixed...