Skip to content

Commit

Permalink
docs: context is localIdentContext in README (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
billbalm committed Oct 7, 2020
1 parent e5a9272 commit 92fe103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -530,7 +530,7 @@ module.exports = {
auto: true,
exportGlobals: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]',
context: path.resolve(__dirname, 'src'),
localIdentContext: path.resolve(__dirname, 'src'),
localIdentHashPrefix: 'my-custom-hash',
namedExport: true,
exportLocalsConvention: 'camelCase',
Expand Down Expand Up @@ -780,7 +780,7 @@ module.exports = {
loader: 'css-loader',
options: {
modules: {
context: path.resolve(__dirname, 'context'),
localIdentContext: path.resolve(__dirname, 'src'),
},
},
},
Expand Down

0 comments on commit 92fe103

Please sign in to comment.