Answer the question
In order to leave comments, you need to log in
How to set multiple file processing rules in Webpack?
Hello. Please tell me how you can make it so that webpack would process the file with loaders that do not depend on each new one from the previous one
const pug = {
test: /\.pug$/,
use:[
"pug-loader"
]};
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