Status: [OPEN]
npm run dev starts Vite but still reports:
exclude key in vite.config.tsENOENT for node_modules/xe-utils/es/index.esm.jsvite.config.ts currently still contains duplicate exclude and old xe-utils/es/index.esm.js alias.scripts/verify-shell-package.mjs or another dev pre-step rewrites vite.config.ts before Vite loads it.node_modules/xe-utils/dist/xe-utils.umd.js does not exist under the current package-manager layout.vite.config.ts has only one AutoImport exclude and xe-utils alias points to node_modules/xe-utils/dist/xe-utils.umd.js.scripts/verify-shell-package.mjs only reads package files and checks existence; it does not write or rewrite vite.config.ts.vite.config.ts.timestamp-1781167480523-b6781381e1b6b.mjsvite.config.ts.timestamp-1781167360107-21eac96efd747.mjsexclude and old node_modules/xe-utils/es/index.esm.js alias.node_modules/xe-utils/dist/xe-utils.umd.js exists.tsconfig.node.json include to vite.config.ts + vite.shell-aliases.ts, npm run dev starts successfully.xe-utils/es/index.esm.js matches and no vite.config.ts.timestamp-*.mjs files.Confirmed root cause: stale Vite generated timestamp config files in the project root were being picked up / reported and still contained old invalid config.
Current remaining console output is non-fatal Sass deprecation warnings from third-party vxe-pc-ui styles.