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
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
While developing, some errors can crash the error formatted by trying to access non existing lines. This seems to happen with:
I didn't manage to crash the server in the reproduction as it does in my dev environment but the crash happened at
vite/packages/vite/src/node/utils.ts
Line 250 in 1e711c0
(which is where the cannot read property 'length' of undefined happens)
Reproduction
project
andnpm i
with npm 7npm run dev
package/style.css
theme.css
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: