You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting my projects on the latest Vite version v5.0.10 the following info pops up. Adding the trace showes where this is coming from and I'm wondering if I should do anything or belongs it to vite-plugin-vue?
> VITE_CJS_TRACE=true vite
Trace: The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated formore details.
at warnCjsUsage (/srv/http/contact/web/node_modules/vite/index.cjs:32:3)
at Object.<anonymous> (/srv/http/contact/web/node_modules/vite/index.cjs:3:1)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at _require.extensions.<computed> [as .js] (file:///srv/http/contact/web/node_modules/vite/dist/node/chunks/dep-R0I0XnyH.js:68038:17)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object.<anonymous> (/srv/http/contact/web/node_modules/@vitejs/plugin-vue/dist/index.cjs:6:14)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starting my projects on the latest Vite version v5.0.10 the following info pops up. Adding the trace showes where this is coming from and I'm wondering if I should do anything or belongs it to vite-plugin-vue?
Beta Was this translation helpful? Give feedback.
All reactions