Skip to content

Fix warning message from Vite

Dillon Scott Fitzgerald requested to merge dillon/fix_vite_warning into alpha

Fix warning message from Vite when starting the project:

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

There is some discussion about this here: https://github.com/vitejs/vite/issues/15010

Merge request reports