Skip to content

Can't import from previous directory  #15

Description

@studiopda

Great plugin but missing functionality to import from a previous directory.

For example the following doesn't work:

import { Layout } from '../components'

As a workaround you can use:

import { Layout } from './../components'

Will consider doing a pull request in the future to add this functionally once I get my head around the babel plugin world.

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