Matt Kilpatrick

Results 23 comments of Matt Kilpatrick

Ditto to the above. The issue has been open for over 2 years and this solves it. Can we get it merged?

Is this project no longer maintained? This PR has been open for over 2 years now and there's been no response from the maintainers about adding it or not despite...

One small change to make publint happy. Change to `copyFileSync("dist/index.d.ts", "dist/index.d.cts");` and have your package.json exports look something like: ``` "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/main.js"...

Anyone ever figure this out? I'm seeing the same error though coming from a different library. Wondering if there's a solution for both.

Does merged fix above address this issue too?

I'm not sure if my issue is the same (below), but adding the manualChunks for commonjsHelpers fixed it for me. ``` Error: Could not import /Users/foo/Desktop/rp-test/dist/assets/server/static.71e779cd.js TypeError [ERR_INVALID_ARG_VALUE]: The argument...