Added link to used dependencies
Link to dateFormat is important to know how to use the dateFormat option
This commit is contained in:
parent
ee443b5db9
commit
54ec316269
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ It's easy to set it up, all you need is:
|
|||
* use WebpackAutoInject in webpack plugins
|
||||
* 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 )
|
||||
```js
|
||||
var WebpackAutoInject = require('webpack-auto-inject-version');
|
||||
|
|
Loading…
Reference in a new issue