Skip to content

Commit

Permalink
fix: resolveVirtualDependency typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Mar 22, 2021
1 parent 3bd87f8 commit be762ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/translator-default/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const translate = {
addDependencies(file, true);
return;
} else if (
file.markoOpts.resolveVirtualDependencies &&
file.markoOpts.resolveVirtualDependency &&
file.markoOpts.output !== "html"
) {
addDependencies(file, false);
Expand Down

0 comments on commit be762ee

Please sign in to comment.