Answer the question
In order to leave comments, you need to log in
Is it possible in webpack 4 to automatically generate a separate css chunk for each import of a less|sass|css file?
I would like to implement the following, for example, there is an entry point to the application ./index.js
Nearby are three files ./home.less, ./about.less, ./contacts.less
which are imported inside ./index.js
import './home.less';
import './about.less';
import './contacts.less';
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