Skip to content

Commit

Permalink
clear up docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 11, 2019
1 parent ff1112e commit a00641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pages/plugins/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Although Greenwood aims to provide a complete development environment out of the


## Usage
Below is an example of using the [Banner Plugin](https://webpack.js.org/plugins/banner-plugin/) to add text to each file generated by webpack. In this case, it is including the version of your NodeJS project.
Below is an example of using the [Banner Plugin](https://webpack.js.org/plugins/banner-plugin/) to add text to each file generated by webpack in _greenwood.config.js_.

```render javascript
const { version } = require('package.json');
Expand Down

0 comments on commit a00641a

Please sign in to comment.