Skip to content

Commit

Permalink
template macros must go before looseMose
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 10, 2024
1 parent 9466042 commit 3386e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/babel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ export function babelCompatSupport(): PluginItem[] {
}

export function templateCompatSupport(): Transform[] {
return [looseModeSupport(), ...templateMacros(), ...transformsFromV1Addons()];
return [...transformsFromV1Addons(), ...templateMacros(), looseModeSupport()];
}

0 comments on commit 3386e96

Please sign in to comment.