Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Feb 11, 2022
1 parent 06f121a commit 55ef407
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rigs/heft-web-rig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 55ef407

Please sign in to comment.