N
N
Nikolai2019-02-23 13:10:52
webpack
Nikolai, 2019-02-23 13:10:52

How to simplify import paths?

Now I have components and other things in these ugly places:

import { HomeView } from "../../../../View"
import { actionGetHomePage } from "../../../../../../actions"

is it possible to do something like this?
import { HomeView } from "View"
import { actionGetHomePage } from "actions"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2019-02-23
Demidovets @Nik_o_lay

https://webpack.js.org/configuration/resolve/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question