diff --git a/www/pages/plugins/webpack.md b/www/pages/plugins/webpack.md index 0c15b936b..696f9a1ed 100644 --- a/www/pages/plugins/webpack.md +++ b/www/pages/plugins/webpack.md @@ -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');