Skip to content

Commit 1812f29

Browse files
author
harish-sethuraman
committed
fix: change loaders to rules
1 parent 05964cb commit 1812f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ const CssMinimizerPlugin = require("css-minimizer-webpack-plugin");
438438
module.exports = {
439439
devtool: "source-map",
440440
module: {
441-
loaders: [
441+
rules: [
442442
{
443443
test: /.s?css$/,
444444
use: [

0 commit comments

Comments
 (0)