Answer the question
In order to leave comments, you need to log in
How to connect worker-loader to create-react-app project?
Tell me, please ...
Where to shove
{
module: {
rules: [
{
test: /\.worker\.js$/,
use: { loader: 'worker-loader' }
}
]
}
}
Answer the question
In order to leave comments, you need to log in
create-react-app must have a config file, most likely there will be a separate setting for webpack
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question