Skip to content

Remove webpack root resolve #102

@richardscarrott

Description

@richardscarrott

Now IDEs generally have good support for auto import the custom import resolution feels like a bad idea, e.g.

import Index from 'components/index/Index'

Should be:

import Index from '../relative/path/to/components/index/Index';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions