Webpack plugin for creating a file containing gitlab-ci build information
Simple plugin which will take GitLab CI environment variables and write them to a file
Installation
npm i gitlab-ci-buildinfo-webpack-plugin --save-dev
Usage
const GitlabCIBuildInfoPlugin = // webpack configuration plugins: options
List of possible options:
var opts = // the name and path of the file containing the gitlab-ci build information, relative to the webpack output directory versionFileName: 'version.json';