Answer the question
In order to leave comments, you need to log in
How to set up alias in webpack for easy connection of modules?
I have a project, its structure is something like this
src/
----/components
--------/header
------------header.js
------------header.scss
----index.js
import 'components/header/header.js'; //1
import 'header/header'; //2
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question