From daef4135d0e334a6308302d721aaad3d0d1d028f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 25 Jun 2019 18:42:35 +0200 Subject: [PATCH] Fix support for `--file-path` Closes GH-22. --- lib/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/options.js b/lib/options.js index c515557..365dd50 100644 --- a/lib/options.js +++ b/lib/options.js @@ -61,6 +61,7 @@ function options(flags, configuration) { help: config.help, version: config.version, files: config._, + filePath: config.filePath, watch: config.watch, extensions: ext.length === 0 ? configuration.extensions : ext, output: config.output,