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
Since Vite in next major release will deprecate CJS Node API we have to either add "type"="module" to package.json or change vite.config.ts file extension to .mts or .mjs
Right now I lost those nice icons when changed vite.config.ts -> vite.config.mts (and similary vitest.config.ts)
The text was updated successfully, but these errors were encountered:
Since Vite in next major release will deprecate CJS Node API we have to either add
"type"="module"
to package.json or changevite.config.ts
file extension to.mts
or.mjs
Right now I lost those nice icons when changed
vite.config.ts
->vite.config.mts
(and similaryvitest.config.ts
)The text was updated successfully, but these errors were encountered: