Skip to content

Commit

Permalink
Merge pull request #1 from Lobosque/master
Browse files Browse the repository at this point in the history
Send options to extractStrings
  • Loading branch information
augusto-altman authored Sep 19, 2017
2 parents 4c8d31b + d0f212a commit 8943cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 8943cfa

Please sign in to comment.