string-replace-loader
string-replace-loader copied to clipboard
Add an option to replace all the occurrences
Description
The loader currently uses String.prototype.replace() to replace the first occurrence of the given search parameter. But I think it would be nice to add an option to replace all the occurrences in the file with String.prototype.replaceAll().