You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 isfalse
.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.
The text was updated successfully, but these errors were encountered: