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.
1 parent f747f65 commit 64c4c2aCopy full SHA for 64c4c2a
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