From ded472f23b50c906a042e30a9f6c605f13f4f03a Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Fri, 13 Jan 2017 12:16:52 +0000 Subject: [PATCH] tooling: update docs for releases --- .kickoff/tasks/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kickoff/tasks/webpack.config.js b/.kickoff/tasks/webpack.config.js index b1415e6d..60eb685b 100644 --- a/.kickoff/tasks/webpack.config.js +++ b/.kickoff/tasks/webpack.config.js @@ -41,7 +41,7 @@ const webpackConfig = { }; /** - * The below plugins are used when `RELEASE=true ...` is used + * The below plugins are used when the `--release` flag is used * - minification using uglify * - add a banner using the banner plugin */