Skip to content

Commit 55ef407

Browse files
committed
Update README.md
1 parent 06f121a commit 55ef407

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rigs/heft-web-rig/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ A rig package for web projects that build using [Heft](https://www.npmjs.com/pac
44
build system. To learn more about rig packages, consult the
55
[@rushstack/rig-package](https://www.npmjs.com/package/@rushstack/rig-package) documentation.
66

7-
This rig contains a single profile: `library`
7+
This rig provides the following profiles:
8+
9+
- [app](./profiles/app/): For applications that get bundled using Webpack.
10+
- [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.***
11+
812

913
To enable it, add a **rig.json** file to your project, as shown below:
1014

0 commit comments

Comments
 (0)