Solution to no CSS source map file generated under production mode in Webpack 4
The issue is in Webpack 4 under "production" mode there is no source map file generated only for CSS (no problem in javascript source map file) but there is no issue in generation of source map for CSS under "development" mode.
Here are my previous configurations:
package.json