[SSE mobile] prevent rbga to be converted to hsla

This commit is contained in:
maxkadushkin
2024-05-31 23:58:26 +03:00
parent 57e509ec5e
commit 2fd2b5de8b

View File

@ -190,6 +190,9 @@ const config = {
safe: true,
map: { inline: false },
},
preset: ['default', {
colormin: false,
}],
},
}),
new webpack.optimize.ModuleConcatenationPlugin(),