question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose `quietDeps` and `verbose` options on Node.js API

See original GitHub issue

It would be useful for folks using the api available on Node.js to also configure quietDeps and verbose flags. This would also allow people using webpack’s sass-loader (webpack-contrib/sass-loader#954) to configure it.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:27
  • Comments:22 (6 by maintainers)

github_iconTop GitHub Comments

19reactions
nex3commented, Jun 15, 2021

Update: I figured out a way to make the quietDeps flag work with the JS API. Dart Sass 1.35.0 is releasing now with that flag added! Just pass quietDeps: true wherever you pass in options to Dart Sass.

16reactions
bazinetacommented, May 24, 2021

I’d go beyond ‘useful’ and instead call it ‘critical’, since sass-loader uses render(), and realistically, running 1.3.4 isn’t possible with the current deluge of deprecation warnings in things like bootstrap.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command-line API | Node.js v19.3.0 Documentation
Node.js comes with a variety of CLI options. These options expose built-in debugging, multiple ways to execute scripts, and other helpful runtime options....
Read more >
Sage "9.1": Please test - Roots Discourse
Edit: The quietDeps options should do exactly that - but sadly I found no way ... Expose `quietDeps` and `verbose` options on Node.js...
Read more >
How to pass SASS option to Angular library builder
As I said there are options to mute sass (quietDeps and quiet) I just don't know how to pass them trough the Angular...
Read more >
sass | JS API
The JavaScript API provides two entrypoints for compiling Sass to CSS, each of which has a ... These functions accept an additional Options...
Read more >
Output - webpack
The format of chunks (formats included by default are 'array-push' (web/WebWorker), 'commonjs' (node.js), 'module' (ESM), but others might be added by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found