Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Support of absolute imports #203

Closed
Closed
@kompot

Description

@kompot

There are numerous approaches to get absolute paths and get rid of ../../../ hell.

I know that lots of people think the problem is not that important. I'm not one of them :)

There are some long discussions to dive deeper into the problem (like this one in create-react-app facebook/create-react-app#1065).

I really like [and been using] the last approach — it's not that clean but it:

  • just works (c) on any platform
  • does not force you to use any specific project layout
  • does not require special tooling support as every node tool supports node_modules.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions