Skip to content

Using with firebase groups #17

Open
@alexpchin

Description

@alexpchin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions