From 55ef407791af5c7c80129c1f78c7871d687f57de Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:06:25 -0800 Subject: [PATCH] Update README.md --- rigs/heft-web-rig/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rigs/heft-web-rig/README.md b/rigs/heft-web-rig/README.md index 7c0fe9dffd6..10c16ca2807 100644 --- a/rigs/heft-web-rig/README.md +++ b/rigs/heft-web-rig/README.md @@ -4,7 +4,11 @@ A rig package for web projects that build using [Heft](https://www.npmjs.com/pac build system. To learn more about rig packages, consult the [@rushstack/rig-package](https://www.npmjs.com/package/@rushstack/rig-package) documentation. -This rig contains a single profile: `library` +This rig provides the following profiles: + +- [app](./profiles/app/): For applications that get bundled using Webpack. +- [library](./profiles/library/): For creating library packages to be consumed by other web projects. ***Also use this profile for a library meant to be used by both Node.js and web apps.*** + To enable it, add a **rig.json** file to your project, as shown below: