Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

should emit css be false for server in rollup template? #190

@vipero07

Description

@vipero07

The webpack template sets css to false on the server version.

This is different from the rollup version which doesn't set emitCss to false.

The opposite holds true for the client versions. I'm not sure what the defaults are and if they differ between the webpack and rollup implementations, but it feels wrong if that's the case. Furthermore if I understand correctly, setting emitCss to false would inline the styles, which would be better for Lighthouse benchmarks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions