0.3.1 • Published 2 years ago

@rhom6us/heft-webpack-rig v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@rushstack/heft-web-rig

A rig package for web projects that build using Heft build system. To learn more about rig packages, consult the @rushstack/rig-package documentation.

This rig contains a single profile: library

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

config/rig.json

{
  "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",

  "rigPackageName": "@rhom6us/heft-web-rig",
  "rigProfile": "library"
}

The config files provided by this rig profile can be found in the heft-web-rig/profiles/library source folder.

Links

@rhom6us/heft-web-rig is part of the fn DJ family of projects.