feat: add vite-plugin-node-polyfills to support Node.js globals in Vite

This commit is contained in:
Peter Wood
2025-04-22 14:12:34 -04:00
parent deb2134b82
commit 40fc872108
5 changed files with 1632 additions and 33 deletions

View File

@@ -25,6 +25,7 @@
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.3.2"
"vite": "^6.3.2",
"vite-plugin-node-polyfills": "^0.23.0"
}
}