Matt Kilpatrick
Matt Kilpatrick
### Describe the bug Making a request in SSR mode to `http://localhost:5173/indextest/dangiel1` leads to the req.originalUrl looking like `/indextest/dangiel1` but making a request to `http://localhost:5173/index%20test/dangiel1` (note the %20 space) leads...
`mainEntryPointFilePath` only allows a single entrypoint. Let's say I have a repo that has multiple exports and types: ``` "exports": { ".": "./dist/index.js", "./foo": "./dist/foo/foo.js", "./util": "./dist/util/index.js" }, "typesVersions": {...
The current ParseCommand assumes that only one command and single list of arguments will exist. This means that piped commands will not work. This adds support for allowing piped commands...
Chase, Can you push a tag of your latest changes? Bower automatically uses the repo's tags in order to pull down newer versions. Right now the latest tag is from...
### Steps to reproduce https://publint.dev/@mui/[email protected] ### Current behavior Proper exports should be defined so that resolution via Node/other bundlers properly import the correct thing. Please fix the warnings and suggestions...
Since the project is exported as CJS we need to use the default export. In Vite SSR mode, this leads to the following error. `Error: Element type is invalid: expected...
When I import this library and use it exactly the same way as the example I get ``` Element type is invalid: expected a string (for built-in components) or a...
This is more of a question than a bug. My current setup is that I'm using Vite in SSR mode. I have a custom client and custom server that render...
For some reason `lookup("map")` returns 'application/json' instead of false. Shouldn't it return false since there is no extension?
https://nvd.nist.gov/vuln/detail/CVE-2024-57072