underfin / vite-plugin-vue2

Vue2 plugin for Vite
621 stars 84 forks source link

Biuld error messages doesn't give a glipse where the error might be. #156

Open deflexor opened 2 years ago

deflexor commented 2 years ago
npx vite build

->

[alias] Cannot read property 'length' of undefined
error during build:
TypeError: Cannot read property 'length' of undefined
    at matches (node_modules/vite/dist/node/chunks/dep-3daf770c.js:80655:35)

So in the big enough app this is sbsolute bummer, build just gives no no clue where to look.