Replies: 1 comment
-
One way might be just to use esbuild on one's own and exclude files with it, then deploy with wrangler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a node module with a small AI model that runs on CPU.
The problem is that it has a few versions bundled resulting in
25MB gzip'ed package which is too big even for paid account.
I don't use those bundled versions,
so how one can exclude them final bundle?
Beta Was this translation helpful? Give feedback.
All reactions