Closed arisanguinetti closed 5 years ago
Needs to be documented in the readme too.
I've updated the Readme file as well.
Can you fix the merge conflict?
Still not fixed.
Ping
For people trying to achieve this, you can just do:
normalizeUrl(url, {
removeQueryParameters: [/(.*?)/]
});
I think this is useful. Sometimes when normalizing URLs, all parameters need to be removed.