Browse Source

Remove modules.localIdentName (#11398)

pull/4/head
Yamagishi Kazutoshi 4 years ago
committed by Eugen Rochko
parent
commit
fada60cbe7
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      config/webpack/rules/css.js

+ 0
- 3
config/webpack/rules/css.js View File

@ -9,9 +9,6 @@ module.exports = {
options: {
sourceMap: true,
importLoaders: 2,
modules: {
localIdentName: '[name]__[local]___[hash:base64:5]',
},
},
},
{

Loading…
Cancel
Save