From d0f212a52580f9f2180f2ac54ac097ff0c35e779 Mon Sep 17 00:00:00 2001 From: Lucas Lobosque Date: Tue, 19 Sep 2017 09:08:36 -0300 Subject: [PATCH] Send options to extractStrings --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 537fbc2..acfe66f 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ AngularGetTextPlugin.prototype.apply = function(compiler) { } if (options.extractStrings) { - var extractor = new Extractor(); + var extractor = new Extractor(options.extractStrings); const filePaths = glob.sync(options.extractStrings.input) filePaths.forEach( (fileName) => {