oyslin / replace-in-file-webpack-plugin

A webpack plugin to quickly replace text in one or more files.
MIT License
34 stars 14 forks source link

Add instructions for multiple replacements in README.md #13

Open luke-denton-aligent opened 3 years ago

luke-denton-aligent commented 3 years ago

Without knowing how the plugin works under the hood, i.e. that it uses JavaScript's .replace() function, users aren't going to know that only the first instance of their search term will be replaced. This PR adds a simple bit of helper text that indicates to users how best to set up their search property if they need to replace multiple instances