alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
https://ice.work
MIT License
17.84k stars 2.09k forks source link

切换build.json 为build.json.ts启动报错 #5362

Closed strongyc closed 2 years ago

strongyc commented 2 years ago

切换build.json 为build.json.ts启动报错 image

实际报错 import vitePluginForArco from '@arco-plugins/vite-react';

export default { vite: true, vitePlugins: [vitePluginForArco()], }; ice.js 2.6.4 ERR! CONFIG config file(undefined) is not exist error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. PS D:\ICEProject\naqu-frontend> yarn start yarn run v1.22.19 warning ....\package.json: No license field $ icejs start ice.js 2.6.4 ERR! CONFIG config file(undefined) is not exist error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

ClarkXia commented 2 years ago

文件名为 build.config.ts

strongyc commented 2 years ago

收到,文档看错,感谢