Skip to content

Commit

Permalink
docs: fix (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jun 18, 2020
1 parent 22e16e2 commit fcdc1ab
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 63 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -1084,7 +1084,6 @@ module.exports = {
module: {
rules: [
{
// For CSS modules
// For pure CSS - /\.css$/i,
// For Sass/SCSS - /\.((c|sa|sc)ss)$/i,
// For Less - /\.((c|le)ss)$/i,
Expand All @@ -1106,9 +1105,7 @@ module.exports = {
options: { plugins: () => [postcssPresetEnv({ stage: 0 })] },
},
// Can be `less-loader`
// The `test` property should be `\.less/i`
{
test: /\.s[ac]ss$/i,
loader: 'sass-loader',
},
],
Expand Down
106 changes: 47 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"jest": "^25.5.4",
"lint-staged": "^10.2.10",
"lint-staged": "^10.2.11",
"memfs": "^3.2.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
Expand Down

0 comments on commit fcdc1ab

Please sign in to comment.