Skip to content

Commit fcdc1ab

Browse files
docs: fix (#1095)
1 parent 22e16e2 commit fcdc1ab

File tree

3 files changed

+48
-63
lines changed

3 files changed

+48
-63
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@ module.exports = {
10841084
module: {
10851085
rules: [
10861086
{
1087-
// For CSS modules
10881087
// For pure CSS - /\.css$/i,
10891088
// For Sass/SCSS - /\.((c|sa|sc)ss)$/i,
10901089
// For Less - /\.((c|le)ss)$/i,
@@ -1106,9 +1105,7 @@ module.exports = {
11061105
options: { plugins: () => [postcssPresetEnv({ stage: 0 })] },
11071106
},
11081107
// Can be `less-loader`
1109-
// The `test` property should be `\.less/i`
11101108
{
1111-
test: /\.s[ac]ss$/i,
11121109
loader: 'sass-loader',
11131110
},
11141111
],

package-lock.json

+47-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"file-loader": "^6.0.0",
7777
"husky": "^4.2.5",
7878
"jest": "^25.5.4",
79-
"lint-staged": "^10.2.10",
79+
"lint-staged": "^10.2.11",
8080
"memfs": "^3.2.0",
8181
"npm-run-all": "^4.1.5",
8282
"postcss-loader": "^3.0.0",

0 commit comments

Comments
 (0)