Skip to content

Commit

Permalink
docs: change loaders to rules (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strek authored Jan 7, 2022
1 parent 05964cb commit f558512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ const CssMinimizerPlugin = require("css-minimizer-webpack-plugin");
module.exports = {
devtool: "source-map",
module: {
loaders: [
rules: [
{
test: /.s?css$/,
use: [
Expand Down

0 comments on commit f558512

Please sign in to comment.