Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit ce25a42

Browse files
authored
Merge pull request #2517 from warrenbuckley/patch-1
Fixes duplicate alias that fails npm run compile
2 parents 746f970 + cb54ad1 commit ce25a42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/ufm-custom-component/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export const manifests: Array<ManifestUfmComponent> = [
88
api: () => import('./custom-ufm-component.js'),
99
meta: {
1010
alias: 'myCustomComponent',
11-
marker: '%',
12-
alias: 'myCustomComponent',
11+
marker: '%'
1312
},
1413
},
1514
];

0 commit comments

Comments
 (0)