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 vuejs/core instead.
报错信息:
at failureErrorWithLog (D:\a\node_modules.pnpm\[email protected]\node_modules\esbuild\lib\main.js:1472:15)
at D:\a\node_modules.pnpm\[email protected]\node_modules\esbuild\lib\main.js:755:50
at responseCallbacks. (D:\a\node_modules.pnpm\[email protected]\node_modules\esbuild\lib\main.js:622:9)
at handleIncomingPacket (D:\a\node_modules.pnpm\[email protected]\node_modules\esbuild\lib\main.js:677:12)
at Socket.readFromStdout (D:\a\node_modules.pnpm\[email protected]\node_modules\esbuild\lib\main.js:600:7)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
ELIFECYCLE Command failed with exit code 1.
Hello @335060087. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs reproduction will be closed if they have no activity within 3 days.
Describe the bug
vite:5.2.11
node:v20.18.0
pnpm:9.12.3
项目运行时候正常,但是打包时时候Transforms执行完成之后显示打包成功,但是chunks从1直接跳转到最后一个,并且出现如下图示的内容,最后显示报错,dist文件生成了但是dist中内容只有public中的内容,其它文件并没有生成成功
Reproduction
no
Steps to reproduce
No response
System Info
Used Package Manager
pnpm
Logs
no
Validations
The text was updated successfully, but these errors were encountered: