Skip to content

Commit 64c4c2a

Browse files
authored
Update index.js
1 parent f747f65 commit 64c4c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = function (file, opts) {
3333
{
3434
vars: vars,
3535
varModules: { path: path },
36+
parserOpts: opts && opts.parserOpts,
3637
sourceMap: opts && (opts.sourceMap || opts._flags && opts._flags.debug)
3738
}
3839
);

0 commit comments

Comments
 (0)