I\'m new to webpack and I\'m trying to set everything up to work on a react project. I have managed to get everything working in webpack as expected but have hit a road bloc
I had the same problem and I fix it properly, but in my config, I used PostCSS
with SCSS
style. Clone and see PostCSS configuration on Webpack, it is so simple and works properly. I do not write my Webpack
configs here because it is hard to read and use. Undoubtedly I didn't use separate PostCSS
config file. simply you can write PostCSS
configs inside Webpack
configuration file. I preferred to separate Development and Production version of Webpack
. See and if there is question please ask. I will be glad to answer.