Skip to content

Commit

Permalink
docs: fix outdated docs (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Nov 16, 2020
1 parent 73456d3 commit db3911b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,9 @@ module.exports = {
test: /\.css$/i,
loader: "css-loader",
options: {
mode: "local",
localsConvention: "camelCase",
modules: {
exportLocalsConvention: "camelCase",
},
},
},
],
Expand Down

0 comments on commit db3911b

Please sign in to comment.