opentiny / opentiny/tiny-engine
✨ [Feature]:现在每次生产打包时重复构建没有改动的依赖包耗时较长,所以使用了turbo进行了改造,想要利用缓存提升构建速度,但目前遇到了循环依赖的问题
Open
@chilingling is already working on this.
Since Dec 6, 2023.
refactoring
- Dominant language
- Vue
- Stars
- 2.8k
- Forks
- 476
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 1
Description
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
后续可以提供一种方式来避免每次生产打包重复构建无改动的插件吗?或者说优化解决一下循环依赖问题
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.