Skip to content

Commit

Permalink
docs: context is localIdentContext in README
Browse files Browse the repository at this point in the history
  • Loading branch information
billbalm committed Oct 7, 2020
1 parent e5a9272 commit fd3315a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 fd3315a

Please sign in to comment.