File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
x-pack/legacy/plugins/canvas Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,9 @@ module.exports = async ({ config }) => {
8383 loader : 'css-loader' ,
8484 options : {
8585 importLoaders : 2 ,
86- modules : true ,
87- localIdentName : '[name]__[local]___[hash:base64:5]' ,
86+ modules : {
87+ localIdentName : '[name]__[local]___[hash:base64:5]' ,
88+ } ,
8889 } ,
8990 } ,
9091 {
Original file line number Diff line number Diff line change @@ -99,10 +99,11 @@ module.exports = {
9999 {
100100 loader : 'css-loader' ,
101101 options : {
102- modules : true ,
103- localIdentName : '[name]__[local]___[hash:base64:5]' ,
104102 localsConvention : 'camelCaseOnly' ,
105103 sourceMap : ! isProd ,
104+ modules : {
105+ localIdentName : '[name]__[local]___[hash:base64:5]' ,
106+ } ,
106107 } ,
107108 } ,
108109 {
You can’t perform that action at this time.
0 commit comments