0

angular.json config

enter image description here

webpack.config.js file

enter image description here

Error Message

enter image description here

flashobj
  • 31
  • 1
  • 5

1 Answers1

1

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

flashobj
  • 31
  • 1
  • 5