You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| limitConcurrency |`true` or `false`|`false`| When using `yarn` as the client, use the network mutex to limit concurrency |
78
78
| networkConcurrency |`number`|`false`| When using `yarn` or `bun` as client, limit simultaneous installs to this number. |
79
79
| customImports |`Array<string>`|`null`| By default, the default export is used for calculating sizes. Setting this option allows calculation of package stats based on more granular top-level exports. |
80
-
|importPoint|`string`| package root |Public package import to bundle. Must exactly match a value returned by `getPackageImportPoints()`. |
80
+
|entryPoint|`string`| package root |Package entry point to bundle. Must exactly match a value returned by `getPackageEntryPoints()`.|
81
81
| minifier |`terser` or `esbuild`|`terser`| ESbuild is faster, albeit with marginally larger file sizes |
82
82
| installTimeout | number (ms) | 30000 | Timeout for package install |
0 commit comments