Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.17 KB

File metadata and controls

22 lines (16 loc) · 1.17 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConstants > browserApprovedPackagesFilename

RushConstants.browserApprovedPackagesFilename property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The filename ("browser-approved-packages.json") for an optional policy configuration file that stores a list of NPM packages that have been approved for usage by Rush projects. This is part of a pair of config files, one for projects that run in a web browser (e.g. whose approval criteria mostly focuses on licensing and code size), and one for everywhere else (e.g. tooling projects whose approval criteria mostly focuses on avoiding node_modules sprawl).

Signature:

static readonly browserApprovedPackagesFilename: 'browser-approved-packages.json';