The warmup plugin stores its generated code in .warmup directory during packaging. This prevents it from working with serverless-esbuild which ignores dot files (which is expected, so that files such as .env do not end up in the bundle).
Consider changing the temporary directory name to not start with the dot to get around this issue.
The warmup plugin stores its generated code in
.warmupdirectory during packaging. This prevents it from working with serverless-esbuild which ignores dot files (which is expected, so that files such as.envdo not end up in the bundle).Consider changing the temporary directory name to not start with the dot to get around this issue.