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
embedSources: whether the generated source map should embed the sources of the original Sass files, to allow the browser dev tools to display it without being able to fetch it from the server (should probably be a smart default to turn it on in dev mode)
Maybe --fatal-deprecation and --future-deprecation could also be exposed to have feature parity.
The text was updated successfully, but these errors were encountered:
Here are the options that make sense to expose:
style
(in prod, you should compile the Sass files in compressed style to have a smaller CSS file). This could be a smart default in the bundlequietDeps
(this depends on The bundle should let you register load paths for the Sass compiler #28 to be useful)embedSources
: whether the generated source map should embed the sources of the original Sass files, to allow the browser dev tools to display it without being able to fetch it from the server (should probably be a smart default to turn it on in dev mode)Maybe
--fatal-deprecation
and--future-deprecation
could also be exposed to have feature parity.The text was updated successfully, but these errors were encountered: