bpev
How does Fresh run esbuild on Deploy without cache writes?
I'm trying to build some solidjs code during runtime, but I keep getting errors on Deploy because of writes to esbuild cache:
My config looks pretty similar I think?
fresh esbuild config: https://github.com/denoland/fresh/blob/2fc212cc045e4f71a787a5bc9ebdee1ef5770bf9/src/build/esbuild.ts#L96
edit: oh is it writes from installing via npm?? Maybe portable isn't as portable as I thought.
4 replies