|
Is there any way to distribute plugins as pre-built binaries instead of just source? I have a custom plugin I'm using in several packages in my monorepo but because the build cache lives in the package's node_modules, building the whole repo rebuilds the plugin like 6 times. If I could pre-build the binary for the plugin, I could avoid that, and I could also speed up my Docker container build by not having to rebuild the plugin every time. |
Answered by
samchon
May 24, 2026
Replies: 2 comments 1 reply
|
I made ttsc not to rebuild plugins in monorepo. Is it not working in the latest version? If do so, can you provide a reproducible repo? |
1 reply
Answer selected by
zb140
|
hm, maybe i have something misconfigured. i will look into it and report back. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made ttsc not to rebuild plugins in monorepo. Is it not working in the latest version?
If do so, can you provide a reproducible repo?