qaynam
qaynam
any solution?
> I just add a "clean" script that runs before "dev" that deletes the build folders. > > ```json > "clean": "rimraf build public/build", > "dev": "npm run clean &&...
> > Sounds great @jmcdo29! AFAIR `swc` can be used in conjunction with webpack as well, correct? In this case, simply adding `--swc` flag and `swc: boolean` option to the...
any solution for this? I replaced @swc/jest transformer with esbuild-runner/jest and jest.mock no longer works correctly some.test.ts ```ts import { myModule } from "@/someDir"; import { myFunction } from "@/myFunction";...
It's been two years and still no update?
any update ??? 