To begin, npm install the desired loaders for your project.
Inside of the configuration object that is being exported in webpack.config.js, a module property will hold all of your loaders.
const source = `${__dirname}/client/src/`;
module.exports = {
// other settings here
module: {
...