-
-
Notifications
You must be signed in to change notification settings - Fork 781
Description
scss
:global(.ant-form-item-explain) {
padding-inline: 23px;
}rules
{
test: /\.s[ac]ss$/i,
use: [
{
loader: rspack.CssExtractRspackPlugin.loader
},
{
loader: 'css-loader',
options: {
esModule: true,
importLoaders: 2,
sourceMap: isDevelopment,
modules: {
auto: true,
exportLocalsConvention: 'camel-case-only',
localIdentName: isDevelopment ? '[local]-[hash:8]' : '[hash:8]'
}
}
},
{
loader: 'builtin:lightningcss-loader',
options: {
targets: await targets(),
errorRecovery: isDevelopment
}
},
{
loader: 'sass-loader',
options: {
sourceMap: isDevelopment
}
}
]
}V1.3.5 is ok!
Reactions are currently unavailable
