Remove modules.localIdentName (#11398)

This commit is contained in:
Yamagishi Kazutoshi 2019-07-23 22:47:48 +09:00 committed by Eugen Rochko
parent 1635e401b6
commit 28ac87249e

View file

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