It seems the css loader is not added. As you have used .css extension, you need to use css-loader
.
npm install --save-dev css-loader
for more details, you can visit here: https://webpack.js.org/concepts/loaders/
Hope it helps!
-Skynet Technologies
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community