We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f747f65 + 64c4c2a commit 63e7354Copy full SHA for 63e7354
index.js
@@ -33,6 +33,7 @@ module.exports = function (file, opts) {
33
{
34
vars: vars,
35
varModules: { path: path },
36
+ parserOpts: opts && opts.parserOpts,
37
sourceMap: opts && (opts.sourceMap || opts._flags && opts._flags.debug)
38
}
39
);
0 commit comments