version-file package
Generates a version.json file containing data extracted from the package.json file.
Classes
| Class | Description |
|---|---|
| GenerateVersionFilePlugin | A Webpack plugin for generating a version.json file. |
| VersionFileGenerator | Generates a verson file with based on a package.json file. Usually used during the build stage of an App release to a public assets folder. |
Interfaces
| Interface | Description |
|---|---|
| IVersionFileConfigOptions | Available Configuration Options for the VersionFileGenerator. |
| IVersionFileData | Data passed to EJS render function. |