Description
Describe the bug
构建配置中使用了 output.format: 'system',而 rolldown 暂时还不支持这种打包格式。
error during build:
unimplemented: output.format: system
at unimplemented (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/misc-DGAe2XOW.mjs:14:18)
at bindingifyFormat (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:3123:12)
at bindingifyOutputOptions (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:3074:11)
at createBundlerOptions (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:4539:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createBundler (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:4569:17)
at async #getBundlerWithStopWorker (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:4611:27)
at async RolldownBuild.write (file:///D:/project/travelai/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/src-C1CX2gm4.mjs:4621:24)
at async buildEnvironment (file:///D:/project/travelai/node_modules/.pnpm/[email protected]_@types_5e9750619d2e01cba9b3d90477783470/node_modules/rolldown-vite/dist/node/chunks/dep-BVD1pq3j.js:44451:16)
at async Object.defaultBuildApp [as buildApp] (file:///D:/project/travelai/node_modules/.pnpm/[email protected]_@types_5e9750619d2e01cba9b3d90477783470/node_modules/rolldown-vite/dist/node/chunks/dep-BVD1pq3j.js:44957:5)
ELIFECYCLE Command failed with exit code 1.
Reproduction
Steps to reproduce
No response
System Info
System:
OS: Windows 10 10.0.19045
CPU: (8) x64 Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Memory: 5.87 GB / 15.85 GB
Binaries:
Node: 18.20.3 - C:\nvm4w\nodejs\node.EXE
Yarn: 1.22.22 - C:\nvm4w\nodejs\yarn.CMD
npm: 10.7.0 - C:\nvm4w\nodejs\npm.CMD
pnpm: 10.7.0 - C:\nvm4w\nodejs\pnpm.CMD
npmPackages:
@vitejs/plugin-legacy: 3.0.1 => 3.0.1
@vitejs/plugin-react-swc: 3.8.0 => 3.8.0
rolldown-vite: 6.3.17
Used Package Manager
pnpm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs and the Rolldown-related guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.