Skip to content

Missing size/gzip summary without +layout.marko #156

@vwong

Description

@vwong

Package versions

    "@marko/run-adapter-node": "^2.0.3",
    "marko": "^6.0.56"
    "@marko/babel-utils": "^6.6.3",
    "@marko/run": "^0.8.0",

Description

When running npm run build or npm run preview, the generated summary of of size/gzip is always zero without any +layout.marko file. Creating an empty +layout.marko with the contents below, is a workaround to get non-zero values

export interface Input {
  content: Marko.Body;
}
<${input.content}/>

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