Configure style-loader
I need to configure the style-loader in react so that it loads styles not into the <style></style>
tag but through <link href="" rel="stylesheet">
. I found the code I needed on the webpack website (see below).
I created an application using the command ‘npx create-react-app my-app –template typescript’.