ample/netlify-plugin-replace

Use a more specific default `delimiter`

Closed this issue · 0 comments

Should the default delimiter be more specific?
I am wondering if ${...} might be too generic and catch many instances what were not meant for this plugin? For example, any JavaScript template variable would fall into that case.
Instead, something like ${env:...}, ${netlifyEnv:...} or others might have fewer chances to detect false positives.
What do you think?