Skip to content

Compile pages with inline asset when asset changes #7

@alecperkins

Description

@alecperkins

Changes to assets that are inlined do not immediately propagate to the rendered page, as that requires rerunning the full compiler instead of just the asset pipeline. A workaround this is to use inline={ process.env.NODE_ENV is 'production'}, but ideally the SDK can be aware of this scenario and rerender as necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions