diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-07-23 22:47:48 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-23 15:47:48 +0200 |
commit | fada60cbe72764756d8538017d8a0100429ccb23 (patch) | |
tree | 90800b0905f12aefe10313253c749c023baa0e3e /config/webpack/rules/css.js | |
parent | fb1b710e8ddc800f930f7b2de9a10b716f091abd (diff) |
Remove modules.localIdentName (#11398)
Diffstat (limited to 'config/webpack/rules/css.js')
-rw-r--r-- | config/webpack/rules/css.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/webpack/rules/css.js b/config/webpack/rules/css.js index 52af1497e..bc1f42c13 100644 --- a/config/webpack/rules/css.js +++ b/config/webpack/rules/css.js @@ -9,9 +9,6 @@ module.exports = { options: { sourceMap: true, importLoaders: 2, - modules: { - localIdentName: '[name]__[local]___[hash:base64:5]', - }, }, }, { |