Skip to content

Commit

Permalink
Merge pull request #88 from paulirish/patch-1
Browse files Browse the repository at this point in the history
Allow setting of parser opts
  • Loading branch information
goto-bus-stop authored Apr 11, 2018
2 parents f747f65 + 64c4c2a commit 63e7354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = function (file, opts) {
{
vars: vars,
varModules: { path: path },
parserOpts: opts && opts.parserOpts,
sourceMap: opts && (opts.sourceMap || opts._flags && opts._flags.debug)
}
);
Expand Down

0 comments on commit 63e7354

Please sign in to comment.