Adam Hines
Adam Hines
### Describe the bug When using the 'html' reporter for vitest, with the html coverage reporter also enabled, the UI contains a button to load the coverage report in an...
### Bug description @prisma/client's postinstall hook is supposed to run prisma generate to scaffold a bunch things in the `node_modules/.prisma/` directory, however, this fails for me ever since prisma 6.7.0...
### Description When using plugins (such as [vite-plugin-compression2](https://www.npmjs.com/package/vite-plugin-compression2)) to compress assets at build time, the build reporter's output is more verbose than I would like since each compressed asset becomes...
When https://github.com/axios/axios/pull/4787 was implemented, the project was switched to `"type": "module"` and "./index.js" became an esm file instead of commonjs, however, the "main" entry in package.json still points to "index.js"....