Skip to content

Commit

Permalink
Remove mistaken plugin from strict-mode transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 25, 2024
1 parent 88cc0a8 commit c238f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-template-compiler/lib/plugins/index.ts
Expand Up @@ -34,7 +34,6 @@ export const STRICT_MODE_TRANSFORMS = Object.freeze(
TransformActionSyntax,
TransformEachInIntoEach,
TransformInElement,
TransformEachTrackArray,
AssertAgainstNamedOutlets,
TransformWrapMountAndOutlet,
].filter(notNull)
Expand Down

0 comments on commit c238f0a

Please sign in to comment.