We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a9272 commit 92fe103Copy full SHA for 92fe103
README.md
@@ -530,7 +530,7 @@ module.exports = {
530
auto: true,
531
exportGlobals: true,
532
localIdentName: '[path][name]__[local]--[hash:base64:5]',
533
- context: path.resolve(__dirname, 'src'),
+ localIdentContext: path.resolve(__dirname, 'src'),
534
localIdentHashPrefix: 'my-custom-hash',
535
namedExport: true,
536
exportLocalsConvention: 'camelCase',
@@ -780,7 +780,7 @@ module.exports = {
780
loader: 'css-loader',
781
options: {
782
modules: {
783
- context: path.resolve(__dirname, 'context'),
784
},
785
786
0 commit comments