From 7b6cceb9cffed67d15d04fdd7774b3b1e0d2a6a3 Mon Sep 17 00:00:00 2001 From: Shammel Lee Date: Wed, 19 Sep 2018 17:33:51 -0400 Subject: [PATCH] Clarify module section Change wording from "bind an extension" to "bind a file extension" in order to distinguish from a webpack extension. --- src/content/api/cli.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/api/cli.md b/src/content/api/cli.md index 9b23fed15246..1debffe527ea 100644 --- a/src/content/api/cli.md +++ b/src/content/api/cli.md @@ -217,11 +217,11 @@ Parameter | Explanation | Input type | D These options allow you to bind [modules](/configuration/module/) as allowed by webpack -Parameter | Explanation | Usage --------------------- | ---------------------------------- | ---------------- -`--module-bind` | Bind an extension to a loader | `--module-bind js=babel-loader` -`--module-bind-post` | Bind an extension to a post loader | -`--module-bind-pre` | Bind an extension to a pre loader | +Parameter | Explanation | Usage +-------------------- | -------------------------------------- | ---------------- +`--module-bind` | Bind a file extension to a loader | `--module-bind js=babel-loader` +`--module-bind-post` | Bind a file extension to a post loader | +`--module-bind-pre` | Bind a file extension to a pre loader | ### Watch Options