Skip to content

Does not work with some packagers (serverless-esbuild) #371

@artema

Description

@artema

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions