patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Packages do not specify a `type` field

Open jonkoops opened this issue 1 year ago • 0 comments

Packages in the workspaces should set the type field in the package.json file. If this field is not set Node.JS may attempt to detect the package type causing a small performance hit. Ideally this field is set to `"type": "module" to indicate an ESM-first approach.

This is part of a series of issues resulting from publication linting introduced under #10764

jonkoops avatar Aug 03 '24 13:08 jonkoops