Skip to content

Commit a085ba7

Browse files
committed
chore: mark defineComponents call as pure to avoid tree-shake bailouts
1 parent feb6bac commit a085ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/definitions/defineAllComponents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ const allComponents: IgniteComponent[] = [
143143
];
144144

145145
export function defineAllComponents() {
146-
defineComponents(...allComponents);
146+
/*@__PURE__*/ defineComponents(...allComponents);
147147
}

0 commit comments

Comments
 (0)