vite-plugin-node
vite-plugin-node copied to clipboard
support vite 6+
https://github.com/axe-me/vite-plugin-node/issues/116
Added the changes requested in https://github.com/axe-me/vite-plugin-node/pull/117.
If anyone needs a current work around you can simply add this to your package.json
"overrides": {
"vite-plugin-node": {
"vite": "^6.0.9"
}
},
If anyone needs a current work around you can simply add this to your package.json ...
of even more broadly use >=5.0.0 in the override :-)
"overrides": {
"vite-plugin-node": {
"vite": ">=5.0.0"
}
}
it's supported in version 5.0.1