sortExports
When using the format
command, enables sorting the exports
property of package.json
files.
By default, Syncpack will order properties according to the Node.js documentation for conditional exports.
Default Value
Section titled “Default Value”{ "sortExports": [ "types", "node-addons", "node", "browser", "module", "import", "require", "svelte", "development", "production", "script", "default" ]}
Disable
Section titled “Disable”Set to an empty array to disable.
{ "sortExports": []}