css not loaded properly? #18706
Unanswered
yagnikvadi2003
asked this question in
Q&A
Replies: 1 comment
-
What do you mean? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bebel: "presets": ["@babel/preset-env","@babel/preset-react", "@babel/preset-typescript"]
"css-loader": "^7.1.2",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
{
test: /.css$/,
// include: path.resolve(__dirname, "..", "src"),
exclude: /node_modules/,
use: [
MiniCssExtractPlugin.loader,
{
loader: "css-loader",
options: {
sourceMap: true,
esModule: false,
},
},
],
},
{
test: /.scss$/,
use: [
MiniCssExtractPlugin.loader,
'css-loader',
'sass-loader',
],
},
CSS-loder is not properly working is there your side issues ya my side issues please guide me..!
Other relevant information:
webpack version: 5.94.0
Node.js version: 20.17.0
Operating System: ubuntu 22.04
Additional tools:
Beta Was this translation helpful? Give feedback.
All reactions