Skip to content

Commit a537971

Browse files
committed
Link to the DefinePlugin in the example
1 parent ce19c37 commit a537971

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ module.exports = {
6161

6262
The `VERSION` and `COMMITHASH` are also exposed through a public API.
6363

64-
Example:
64+
Example using the [DefinePlugin](http://webpack.github.io/docs/list-of-plugins.html#defineplugin):
6565

6666
```javascript
6767
var gitRevisionPlugin = new GitRevisionPlugin()
68+
6869
module.exports = {
6970
plugins: [
7071
new DefinePlugin({
@@ -73,4 +74,4 @@ module.exports = {
7374
})
7475
]
7576
}
76-
```
77+
```

0 commit comments

Comments
 (0)