| # Config | |
| Access to the build configuration. | |
| The following variables are also provided from `package.json`: | |
| - `name` - The app name | |
| - `description` - the app's description | |
| - `version` - app version | |
| - `author` - app author | |
| Also provides these functions: | |
| - `isRelease` - Release build | |
| - `isBeta` - Beta release | |