Added link to used dependencies

Link to dateFormat is important to know how to use the dateFormat option
This commit is contained in:
William Desportes 2018-02-10 22:42:55 +01:00 committed by GitHub
parent ee443b5db9
commit 54ec316269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,10 @@ It's easy to set it up, all you need is:
* use WebpackAutoInject in webpack plugins * use WebpackAutoInject in webpack plugins
* pass config as a parameter, or leave it blank as all options are "on" by default. * pass config as a parameter, or leave it blank as all options are "on" by default.
### More info
* Date format masks [dateFormat](https://github.com/felixge/node-dateformat#mask-options)
+ Version management [semver](https://github.com/npm/node-semver)
### Simple config example ( in webpack.conf.js ) ### Simple config example ( in webpack.conf.js )
```js ```js
var WebpackAutoInject = require('webpack-auto-inject-version'); var WebpackAutoInject = require('webpack-auto-inject-version');