We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153618a commit b3d80adCopy full SHA for b3d80ad
src/plugin.ts
@@ -181,7 +181,7 @@ export function makePlugin<EnvSpecificOptions>(loadOptions: (opts: EnvSpecificOp
181
// also use hbs format, so that other plugins can change the hbs part.
182
const targetFormat = this.opts.targetFormat;
183
this.opts.targetFormat = 'hbs';
184
- babel.traverse(file.ast, plugin.visitor);
+ babel.traverse(file.ast, plugin.visitor, file.scope, this);
185
this.opts.targetFormat = this.opts.targetFormat;
186
},
187
visitor: {
0 commit comments