Hi
I added a custom link in the sidebar navigation with the cli command. I can see the generated code in the custom-states.module.ts.
export const links: EoLinkPlugin[] = [
{
path: 'https://...',
id: 'eo.custom.link.edms.community',
matchType: new RegExp('sidebar-navigation')
},
After ng build --prod the matchType in the main.js file is missing and the link is not displayed on the ui.
...,i["\u0275mpd"](256,ps,[{path:"https://...",id:"eo.custom.link.edms.community"}],[]),i["\u0275mpd"](256,OA,{separatorKeyCodes:[mL]},[])])});Object(i.enableProdMode)(),u.platformBrowser()...
How can we solve this? I use "@eo-sdk/client": "6.6.0"
Regards
Stefano