alibaba / ice

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

Fix: remove deprecated api of addTargetExport #6861

Closed ClarkXia closed 5 months ago

ClarkXia commented 5 months ago

The build process completing successfully even if the deprecated API addTargetExport is called. However this usage will lead to an unexpected runtime error. To ensure reliability and prevent such issues, the deprecated api should be removed.