next-prisma-plugin-webpack5
v0.0.0-dripip
Published
Next.js plugin to enable hot reloading of the Prisma Client
Downloads
369
Maintainers
Readme
NextJS Plugin for Prisma (Very Experimental)
Enables Hot Reloads for the Prisma Client
Install
yarn add -D next-prisma-plugin
Configuration
next.config.js
const withPrismaPlugin = require('next-prisma-plugin')
module.exports = withPrismaPlugin()
TODO
- [ ] Windows Support
- [ ] Tests
- [ ] Automatic page reloads
Contributing
cd next-prisma-plugin
yarn
cd test-app && yarn
cd ..
yarn dev