@@ -156,7 +156,6 @@ module: {
156
156
- exportLocalsConvention: "camelCase",
157
157
- localIdentName: "[path][name]__[local]--[hash:base64:5]",
158
158
- localIdentContext: path.resolve(__dirname, "src"),
159
- - localIdentHashPrefix: "my-custom-hash",
160
159
- },
161
160
- },
162
161
- },
@@ -227,7 +226,6 @@ module.exports = merge(common, {
227
226
+ exportLocalsConvention: "camelCase",
228
227
+ localIdentName: "[path][name]__[local]--[hash:base64:5]",
229
228
+ localIdentContext: path.resolve(__dirname, "src"),
230
- + localIdentHashPrefix: "my-custom-hash",
231
229
+ },
232
230
+ },
233
231
+ },
@@ -274,7 +272,6 @@ module.exports = merge(common, {
274
272
+ exportLocalsConvention: "camelCase",
275
273
+ localIdentName: "[path][name]__[local]--[hash:base64:5]",
276
274
+ localIdentContext: path.resolve(__dirname, "src"),
277
- + localIdentHashPrefix: "my-custom-hash",
278
275
+ },
279
276
+ },
280
277
+ },
@@ -344,7 +341,6 @@ _webpack.dev.js_
344
341
- localIdentName: "[path][name]__[local]--[hash:base64:5]",
345
342
+ localIdentName: "[path][name]__[local]",
346
343
localIdentContext: path.resolve(__dirname, "src"),
347
- - localIdentHashPrefix: "my-custom-hash",
348
344
},
349
345
...
350
346
```
0 commit comments