Open
Description
I'm trying to get the project to work with firebase groups, where my index file exports like this:
export * from '@app/verification';
export * from '@app/xero';
export * from '@app/zendesk';
Any tips on how to achieve this?
I've tried not using an alias, e.g.:
export * from './verification';
export * from './xero';
export * from './zendesk';
But still no dice.
Metadata
Metadata
Assignees
Labels
No labels