angular.json config
webpack.config.js file
Error Message
It seems the issue is due to sass-loader version, the webpack config is related to sass-loader 8.0.0 and angular cli using is sass-loader 7.0.2 by changing prependData to data fixed the issue
It seems the issue is due to sass-loader version, the webpack config is related to sass-loader 8.0.0 and angular cli using is sass-loader 7.0.2 by changing prependData to data fixed the issue