I have configured postcss-loader and style-loader on webpack, and I am using webpack-dev-server. However, every time I make changes to the CSS, webpack does not rebuild automatically.
The script for webpack dev server that I use in npm scripts:
webpack-dev-server --hot
webpack.config.js
A snippet of code containing various dependencies and configurations for webpack.
Is there something missing from my configuration? I cannot find any relevant information in the Webpack documentation.