Skip to content

Commit 41636e2

Browse files
authored
docs: change loaders to rules in README (#93)
1 parent 0afe0b9 commit 41636e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
3636

3737
module.exports = {
3838
module: {
39-
loaders: [
39+
rules: [
4040
{
4141
test: /.s?css$/,
4242
use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader'],

0 commit comments

Comments
 (0)