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
Do you want to request a feature or report a bug?
Bug/Feature
What is the current behavior?
It is not possible to ensure that a limit is set for each file. So over time may huge chunks are added unintentionally.
This is because files are matched multiple times and order does not matter.
Example:
assets/
file.js (100KB)
otherFile.js (1KB)
I want to set a limit for a specific file, and a default limit for all other files:
If this is a expected behaviour, may there should be an option/solution to achieve the use case.
Otherwise I suggest to do not match files multiple times based on order.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug/Feature
What is the current behavior?
It is not possible to ensure that a limit is set for each file. So over time may huge chunks are added unintentionally.
This is because files are matched multiple times and order does not matter.
Example:
I want to set a limit for a specific file, and a default limit for all other files:
But the Result ist:
If this is a expected behaviour, may there should be an option/solution to achieve the use case.
Otherwise I suggest to do not match files multiple times based on order.
The text was updated successfully, but these errors were encountered: