You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using .scss each components and while build using webpack, file name extension changed as .css file.
We want to maintain same extension like index.scss in each components in the build.
We are using .scss each components and while build using webpack, file name extension changed as .css file.
We want to maintain same extension like index.scss in each components in the build.
Below is our configuration :
{
test: /.scss$/,
use: [
MiniCssExtractPlugin.loader,
"css-loader",
AntdScssThemePlugin.themify("sass-loader"),
],
include: path.resolve(__dirname, "../"),
},
The text was updated successfully, but these errors were encountered: