opentiny / tiny-engine

TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
https://opentiny.design/tiny-engine
MIT License
1.99k stars 306 forks source link

✨ [Feature]:现在每次生产打包时重复构建没有改动的依赖包耗时较长,所以使用了turbo进行了改造,想要利用缓存提升构建速度,但目前遇到了循环依赖的问题 #125

Open youchen133 opened 11 months ago

youchen133 commented 11 months ago

What problem does this feature solve

Turbo error: Invalid package dependency graph: cyclic dependency detected: @opentiny/tiny-engine-http,@opentiny/tiny-engine-controller,@opentiny/tiny-engine-common,@opentiny/tiny-engine-canvas

What does the proposed API look like

后续可以提供一种方式来避免每次生产打包重复构建无改动的插件吗?或者说优化解决一下循环依赖问题

Issues-translate-bot commented 11 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: ✨ [Feature]: Now it takes a long time to repeatedly build unmodified dependency packages every time when packaging for production, so I used turbo for transformation. I want to use caching to improve the build speed, but I currently encounter this problem. Circular dependency problem