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
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().
The text was updated successfully, but these errors were encountered:
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().
The text was updated successfully, but these errors were encountered: