Skip to content

Commit

Permalink
fix: issue with unhandled marko deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 21, 2021
1 parent fd8c309 commit 1bb9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/create-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export = ({ browser }: { browser: boolean }) =>
let depCode = dep.code;

if (!acceptedMatch) {
return;
continue;
}

for (const key in acceptedMatch.groups) {
Expand Down

0 comments on commit 1bb9a42

Please sign in to comment.