yorkie-team / dashboard

Dashboard is an administrative tool that allows users to manage projects and documents with ease.
https://yorkie.dev/dashboard/
Apache License 2.0
20 stars 13 forks source link

Deprecation warning for Vite's CJS build of Node API #154

Closed chacha912 closed 6 days ago

chacha912 commented 6 days ago

Description:

When running npm run dev or npm run build, a deprecation warning is displayed regarding the CJS build of Vite's Node API.

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.

image

Why:

The warning suggests switching from the CJS build to ESM.