Skip to content

Support for absolute import #276

Closed
Closed
@ap13p

Description

@ap13p

For example, I have the following structure

+ src
|--img
|   |-- logo.svg
|
|--containers
|   |-- App.js

Instead of doing
import logo from "../img/logo.svg"
inside App.js it will be nice to do
import logo from "img/logo.svg"

and it will be easier to read if I have a component placed in deep directory like components/Sidebar/index.js.

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