fix(ssrTransform): sourcemaps with multiple sources #7
ci.yml
on: push
Lint: node-20, ubuntu-latest
1m 40s
Matrix: test
Annotations
2 errors
packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts > sourcemap with multiple sources:
packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts#L439
Error: ENOENT: no such file or directory, open 'D:\D:\a\vite\vite\packages\vite\src\node\ssr\__tests__\fixtures\bundled-with-sourcemaps\bundle.js'
❯ Proxy.readFileSync node:fs:448:20
❯ readFixture packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts:439:12
❯ packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts:423:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'D:\D:\a\vite\vite\packages\vite\src\node\ssr\__tests__\fixtures\bundled-with-sourcemaps\bundle.js' }
|
Build&Test: node-20, windows-latest
Process completed with exit code 1.
|