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.

Add option to setup regex to choice of certain assets

See original GitHub issue

Example, i am use favicons webpack plugins and i do not want to compress them, since it loses quality. Also, there are certain images that I want to compress the most strongly, others less strongly, and what that does not compress.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Klathmoncommented, Nov 22, 2016

I’m actually looking into that (or something like it) right now!

1reaction
Klathmoncommented, Nov 22, 2016

I should have it done in an hour or so and i’ll ping you here when you can try it out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Options for regular expression | Microsoft Learn
Learn how to use regular expression options in .NET, such as case-insensitive matching, multiline mode, and right-to-left mode.
Read more >
Using Regular Expression to Expand Your Log Search Options
In this final installment, we'll look at some simple regular expressions that will greatly expand your Log Search options.
Read more >
Regular expressions - JavaScript - MDN Web Docs
Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects.
Read more >
Regex to match only letters - Stack Overflow
Use a character set: [a-zA-Z] matches one letter from A–Z in lowercase and uppercase. [a-zA-Z]+ matches one or more letters and ^[a-zA-Z]+$ matches...
Read more >
RegEx Tool | Alteryx Help
Select the Column to Parse. · In Format to Convert... Enter your Regular Expression. Use the "+" button to access common regular expressions...
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