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
sass-export generates a perfectly find sassvariables.json file for me, but also spits out many parsing errors to the console. While I can safely ignore these messages for my purposes, I don't know of a way to suppress them from the console to clean up the build and serve steps.
The text was updated successfully, but these errors were encountered:
Is there a way to either discard parse errors or send them to a file with, say, a
-e
option (similarly to the-o
option)?My use case is that I'm using sass-export in
"prebuild"
and"preserve"
NPM scripts in mypackage.json
:sass-export
generates a perfectly findsassvariables.json
file for me, but also spits out many parsing errors to the console. While I can safely ignore these messages for my purposes, I don't know of a way to suppress them from the console to clean up thebuild
andserve
steps.The text was updated successfully, but these errors were encountered: