AJ Bienz
AJ Bienz
Things seem to work with the latest version of `vite`, `@vitejs/plugin-react`, `@compiled/react`, and `@compiled/babel-plugin` now 🎉 Didn't take the time to figure out which upgrade fixed things. I did have...
You can use the babel plugin. There's an example at the bottom of #1237 A dedicated vite plugin would be great though
I am open to contributing this feature if it makes sense to add.
Would you accept a PR for this?
If you are amenable to 2, I would be happy to submit a PR.
I had to change the `export = {...}` to get the tests passing. I was getting the error: ``` test/locks.ts 2> /Users/fsb984/work/oss/piscina-locks/node_modules/ts-node/src/index.ts:859 test/locks.ts 2> return new TSError(diagnosticText, diagnosticCodes, diagnostics); test/locks.ts...
Okay, this one should go through 😅 it was pulling in node 23 headers, which was causing problems. Didn't happen on my machine, because it's a corporate device and it...
@metcoder95 I think the merge commit (f5ee7ab) broke the tsup build due to a conflict. This is causing a different error, because the new package.json exports don't map to the...
sounds good, thanks :+1: - #72 created