Add option to setup regex to choice of certain assets
See original GitHub issueExample, 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:
- Created 7 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m actually looking into that (or something like it) right now!
I should have it done in an hour or so and i’ll ping you here when you can try it out.