fe-build icon indicating copy to clipboard operation
fe-build copied to clipboard

Stop build if there is an error during SASS compilation

Open raohmaru opened this issue 3 years ago • 0 comments

By default, the FE build does not stop when there is an error during SASS compilation. The option to failOnError is not present in sass.config.js, hence by default is false.

There is a reason behind this? I think that it should stop the build by default, so it will be easier to spot errors in the logs, specially in CI environments.

raohmaru avatar Aug 16 '22 10:08 raohmaru