Skip to content

"export from" is not handled #128

@fatfisz

Description

@fatfisz

Hi, I had some trouble with one particular file today that looked like this:

export { default as A } from 'dir/a';
export { default as B } from 'dir/b';
export { default as C } from 'dir/c';

It turns out that this plugin does not handle the export from syntax and leaves the paths as they are.

I'd like to fix that, so expect a PR soon 🙂

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